Hacker News new | ask | show | jobs
by l30n4da5 1604 days ago
My first reaction to this is that some of the features (directly editing data, viewing data) won't work for our deployment of supabase, as our data is within a schema not exposed by PostgREST (all interaction with supabase is done via db functions on the public schema).

Unless this admin panel directly connects to the postgres instance?

1 comments

It directly connects to PostgreSQL database instance.