supabase db remote set "..." to save the connection string of my docker-deployed database and then supabase db push to execute all migrations on the database.db push... I looked at the source code of the CLI and it seems the only way to set the database is with supabase link but that only works with supabase-hosted projects. Is this now vendor lock-in, work in progress or am I missing something?