supabase – alembic connection string URI error
trying to connect to my supabase database with alembic to run db migrations using Connection String URIs
(1) when using the
(2) when using the
works perfectly fine
obviously will use the Transaction Pooler, but considering the application will likely be long running it makes more sense to get the Direct Connection working if possible
(1) when using the
Direct Connection conn string(2) when using the
Transaction Pooler conn stringworks perfectly fine
obviously will use the Transaction Pooler, but considering the application will likely be long running it makes more sense to get the Direct Connection working if possible