|
|
|
|
|
by cpursley
415 days ago
|
|
Supabase is not just a hosted Postgres, it’s a full(ish) backend stack built on open source components comparable with something like firebase. But being Postgres, encourages same data modeling (and an escape hatch). Their type generation and SDK is quite good, too. It’s one of my favorite services and powers to projects of mine, soon to be 3. |
|
Their choice of Deno for edge functions is... Well, unique.
For my current project I have to do a lot of quirky logic, and I kept hitting a brick wall with Supabase.
I also didn't enjoy the self hosting journey. Not exactly easy.