Test database operations against Supabase. Create, read, update, and delete users through the hosted Postgres API with generated TypeScript types.
Database operations ready
cp .env.example .env.localAdd your Supabase URL, anon key, and service role key
npx supabase link --project-ref <ref>Connect the CLI to your Supabase project
npm run db:pushApply supabase/migrations to your database
Supabase Benefits
Supabase provides managed Postgres with an auto-generated REST API, Row Level Security, realtime, and storage — no self-hosted database to run.
Loading users...
Full TypeScript support with types generated from your Supabase schema via npm run db:types
Postgres policies enforce access at the database layer; the service role key stays server-side
Table editor, SQL editor, and log explorer in the Supabase dashboard, plus CLI migrations