Development
Instructions for setting up your development environment for db development
- Install a container runtime compatible with Docker APIs.
- Download the supabase cli from here.
- Associate Your Hosted Database
supabase init
supabase login
# select your database instance
supabase linkDump
supabase db dump -f database/dump.sqlGet Types
supabase gen types typescript --project-id "<your project id>" --schema public > core/types/supabase.ts