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