Hacker News new | past | comments | ask | show | jobs | submit login

How do the querying features compare to Firebase? Firebase is notorious for having an unintuitive lack of server-side query options when you start using it.



We've begun work on our serverside libraries, but we have a way to go. Baby steps -

Rust: https://github.com/supabase/postgrest-rs

Python: https://github.com/supabase/postgrest-py

These libraries underly the core supabase libraries. You can vote for more libraries here: https://github.com/supabase/supabase/issues/5


There's also one for JavaScript: https://github.com/supabase/postgrest-js


in addition to @kiwicopple's response, you can also:

- use the js lib - https://supabase.io/docs/library/get

- use your RESTful and Realtime endpoints directly - e.g. <my-app>.supabase.co/rest/v1/users?select=first_name,age

- or even just connect to the db directly using your favorite SQL tools/ORM




Join us for AI Startup School this June 16-17 in San Francisco!

Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: