Unlike other BaaS (Backend as a Service) providers like Firebase, Supabase is built on the relational Postgres database and exposes the full power of the database […]
SQL
How to do a Supabase "Group By" Query
Read More
The Supabase JavaScript SDK library does not have a .groupBy() method. Lucky for us, Supabase gives us the full power of our Postgres database with the […]