Documentation
Schema Forge uses a simple DSL, a CLI for migrations, and a clear workflow from schema edits to applied SQL. Start with the topics below.
DSL syntax
Learn the .sf schema format: tables, columns, indexes, views, and modifiers.
CLI commands
Reference for init, plan, preview, generate, diff, doctor, introspect, import, and validate.
Migration workflow
Step-by-step: initialize, edit schema, plan and preview changes, generate migrations, apply SQL, and repeat.