Earlier quoted context omitted.
I tried to make this work for me, but I finally gave up this week and wrote a traditional backend component for part of my backend because supabase doesn't support transactions and I am NOT going to write my whole backend in postgres functions.
supabase does support transactions through RPC calls - I think you already understood that based on your comment but want to make the distinction clear for other readers I can completely understand if you don't to write everything in pgpsql though. Did you also try the Deno Functions? We've been brainstorming ways to support transactions directly from the client libs in a way that won't lock up the database if there…
Supabase-JS v2
71–80 of 82 posts
Re: Supabase-JS v2
#72I love supabase and im using it on one of my projects. The only downside is the storage abstraction on top of S3, those Egress fees are huge. I would love to see a Backblaze b2 integration.
Re: Supabase-JS v2
#73Re: Supabase-JS v2
#74Earlier quoted context omitted.
I think the best part is that if you're willing to go all in on RLS for your authorization, you can do away with needing a backend for your typical crud operations and use their functions for things like webhooks, or the occasional endpoint for more complicated operations.
I can't quite get onboard with RLS directly from the client. It seems like a risky and finicky thing to design database access patterns around, but they might be a stroke of genius that I'm too blind to see right now.
Re: Supabase-JS v2
#75Earlier quoted context omitted.
Absolutely. I find myself saying this a lot when I try and explain the concept of Supabase. We don't really emphasize this very much on our website either. Disclaimer: I work at Supabase.
I am a happy paying user of supabase and I did just that for my project which is meant to facilitate trading of left over wood between woodworker shops. I simply set RLS rules and now I only have a react frontend which calls supabase directly and it works great. I haven't checked in a while but one thing that was a little cumbersome for me was that I wasn't familiar with writing proper RLS rules and felt like documen…
Re: Supabase-JS v2
#76What is the difference between Supabase and PostgREST https://postgrest.org/en/stable/ I know Supbase is a sponsor of the PostgREST.
We are a sponsor and we employ the maintainer of PostgREST
Re: Supabase-JS v2
#77It's wild that their whole value proposition seems to be "It's a Firebase clone, but open source."
Re: Supabase-JS v2
#78I cannot find an "about" page. What is Supabase?
more details here: https://supabase.com/docs/architecture
Re: Supabase-JS v2
#79What about updated Dart support and functions?
Re: Supabase-JS v2
#80I agree with Krono & jibprof about a brief description, please create an about or a better mission statement (other then "open source firebase") on the main page.
and congratz on funding kia ora!