cli
cli copied to clipboard
Supabase CLI. Manage postgres migrations, run Supabase locally, deploy edge functions. Postgres backups. Generating types from your database schema.
# Feature request ## Is your feature request related to a problem? Please describe. Below these, it would be good to show the active branch: ## Describe the solution you'd...
small one, but it would make things easier!
# Bug report ## Describe the bug Adding a trigger using migration is not working. The SQL code for the trigger is not added to the migration for some reasons....
# Bug report ## Describe the bug When running Supabase inside a Docker container with a docker-host-socket to container setup (container has access to the host's Docker socket), when running...
# Feature request ## Is your feature request related to a problem? Please describe. We currently have seeding scripts written in TypeScript. They served two purposes: 1. Reproducibility of the...
# Feature request ## Is your feature request related to a problem? Please describe. I'd love to view the running database cluster with pgadmin. As I was jumping between branches...
# Feature request ## Is your feature request related to a problem? Please describe. I'd like to run supabase on a Raspberry Pi 4 with a 64bit OS. Currently some...
# Feature request To encourage parity, between prod, staging and development when standing up a local Supabase dev environment, I often want * a copy of prod/staging db * w/...
# Feature request ## Is your feature request related to a problem? Please describe. When generating types columns that use a range are being generated with `unknown`. For example: ```...
## What kind of change does this PR introduce? Bug fix #184 ## What is the current behavior? Internal schemas are not backed up ## What is the new behavior?...