>_Supabase CLIOfficialFeatured
@supabase
About Supabase CLI
Run Supabase locally, manage database migrations, deploy Edge Functions, and generate database types.
#supabase#database#product-service-cli#official#supabase-local#postgres-cli
Installation
brew install supabase/tap/supabaseWhat it does
Local development stack
Database migrations
Functions and generated types
Command examples
- 1
supabase init - 2
supabase start - 3
supabase db push
Details
More Database CLIs
DuckDB CLI
$ duckdb
Query local files and analytical datasets with an in-process SQL database.
Neon CLI
$ neonctl
Manage Neon projects, Postgres branches, databases, roles, connection strings, and API keys.
Datasette
$ datasette
Explore and publish structured data through a CLI and web interface.
Hasura CLI
$ hasura
Manage Hasura metadata, migrations, seeds, console sessions, and GraphQL Engine projects.
MongoDB Atlas CLI
$ atlas
Manage MongoDB Atlas clusters, projects, users, networking, backups, and local deployments.
MongoDB Shell
$ mongosh
The official interactive JavaScript shell for MongoDB.
Comments