top | item 41537193

(no title)

geekodour | 1 year ago

quick aside note: i heard great things about supabase and wanted to use it for auth. I wanted to maintain my own db, user tables etc.

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?

discuss

order

kiwicopple|1 year ago

You are not dependent if you just use the database. You can just pg_dump and and take your data to any other postgres service

geekodour|1 year ago

I meant while using the db, i want to use sqlc and pgx with the postgres db instead of supabase api(s) that should work out right? i haven't tried but i think that should work ootb.

edit: yes that should be possible that's what op mentioned