Example of Supabase database project
This repository has been archived on 2026-03-21. You can view files and clone it, but you cannot make any changes to its state, such as pushing and creating new issues, pull requests or comments.
Find a file
2023-12-01 16:24:37 +01:00
supabase ci: example table 2023-12-01 16:24:37 +01:00
README.md ci: example table 2023-12-01 16:24:37 +01:00
supabase-example.code-workspace ci: example table 2023-12-01 16:24:37 +01:00

Supabase configuration

Initialize Supabase

supabase init

Login to Supabase

supabase login

Link to your project

supabase link --project-ref YOUR-PROJECT-REF

Pull remote changes

supabase db pull

Create a new migration

supabase migration new YOUR-MIGRATION-NAME

Apply migrations

supabase db push

Reset database

supabase db reset