top | item 46337048

(no title)

ijustlovemath | 2 months ago

And if you want a supabase-like functionality, I'm a huge fan of PostgREST (which is actually how supabase works/worked under the hood). Make a view for your application and boom, you have a GET only REST API. Add a plpgsql function, and now you can POST. It uses JWT for auth, but usually I have application on the same VLAN as DB so it's not as rife for abuse.

discuss

order

satvikpendem|2 months ago

You can self host Supabase too.

SamDc73|2 months ago

Last time I checked, it was a pain in the ass to self-host it