This might be off-topic, but is there a way to use...
# javascript
d
This might be off-topic, but is there a way to use
@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 you
s
You would need some sort of middle layer for this to work with the
supabase-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