|
|
|
|
|
by kiwicopple
1285 days ago
|
|
Supabase is just Postgres. You can connect to the Postgres database using all the tools you're familiar with. Every project runs on an isolated ec2 instance (including free-tier) We provide additional tools that make it easy to use/connect to the database (PostgREST, pgbouncer, etc), but these are completely optional |
|