You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Supabase CLI datasource support
Local Supabase CLI (supabase start) Postgres projects are now auto-discovered as a datastore, even without a docker-compose.yml in the project directory. Detected via supabase/config.toml, connected via docker ps (matched by container name + com.supabase.cli.project label) instead of docker compose ps.
Fixed the /_db/close route not evicting cached Supabase adapters.
Fixed the Environment Doctor connectivity probe not recognizing Supabase sources.