Back to Home
Supabase

Supabase Testing

Test database operations against Supabase. Create, read, update, and delete users through the hosted Postgres API with generated TypeScript types.

Managed Postgres
Row Level Security

Supabase Active

Database operations ready

Type-safe queries
Generated database types
SQL migrations
Setup Instructions
Supabase
Follow these steps to connect your Supabase project
1

Environment Setup

cp .env.example .env.local

Add your Supabase URL, anon key, and service role key

2

Link the project

npx supabase link --project-ref <ref>

Connect the CLI to your Supabase project

3

Run Migrations

npm run db:push

Apply 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.

Create User
Add a new user to the database
Users (0)
Supabase
Manage users in the database

Loading users...

Type Safety

Full TypeScript support with types generated from your Supabase schema via npm run db:types

Row Level Security

Postgres policies enforce access at the database layer; the service role key stays server-side

Developer Tools

Table editor, SQL editor, and log explorer in the Supabase dashboard, plus CLI migrations