Deleted User
10/09/2021, 10:16 AM@supabase/supabase-js
just using a PostgreSQL? In other words, is there a way to use .from().select().eq()
syntax with just a PostgreSQL database? Thank yousilentworks
10/09/2021, 10:59 AMsupabase-js
library, however you can use postgREST
itself with a normal Postgres database, this is the library that supabase-js
is built on top of. https://postgrest.org/en/v8.0/index.html