This project is a PoC to show how to use Supabase with Atlas for managing migrations.
- Supabase CLI installed:
brew install supabase/tap/supabase
- Docker Running on your machine.
Clone the repo:
git clone https://github.com/fenos/supabase-atlas-migrations
Start supabase local development:
supabase start
make apply
make status
TBD
The atlas schema definition is located under schema
folder.
Once you modify the schema you'll need to run make gen
to generate the corresponded migration.