15 points by pier25 9 months ago | 15 comments
codeptualize 9 months ago
We do also use their auth, storage, api, etc. But even if you just want to host a postgres db it's still worth checking out I think.
It's managed postgres, 2 free db's, connection pooler, super easy read replicas (requires a larger paid instance), backups, lots of tooling/dashboards/advisories, cli for running locally during development, database branching, backups, fdw, and lots more. All of it open source.
You can turn off the data api's etc if you just want to connect directly: https://supabase.com/docs/guides/database/hardening-data-api...
geekodour 9 months ago
but using supabase for auth, this means if need to play w RLS but i had a very simple db design and didn't want to include rls yet. supabase won't let me do it afaik.
so i switched to using ory/kratos ultimately.
also q, how heavily are we dependent on supabase ecosystem if all we want is the db?
kiwicopple 9 months ago
geekodour 9 months ago
edit: yes that should be possible that's what op mentioned
kiwicopple 9 months ago
geekodour 9 months ago
kiwicopple 9 months ago
Supabase is designed to work like LEGO, you add the blocks you want, and we keep everything as modular as possible so that you can combine it with other services like kratos if you prefer
mmarian 9 months ago
rozenmd 9 months ago
samokhvalov 9 months ago
rwdf 9 months ago
mahin 9 months ago
sph 9 months ago
StickyRibbs 9 months ago
leros 9 months ago
mergisi 9 months ago