Can I access a table in a schema that is not exposed through a query

I want to access a table in a schema that is not exposed. Can I do that by creating a public session and then .schema(private) ?
1 Reply
garyaustin
garyaustin4w ago
If it is not added to the API then you would need to use an RPC call to a Postgres function to access it.

Did you find this page helpful?