Migrating to sqigl

Create a new project

Create a new empty sqigl project.

sqigl project create my-project postgres

Dump your schema

Dump the schema out of your database into a file in your project's src/ directory.

Release an initial version

sqigl project release

Start a new feature

Organize your code

Release again