Can we specify a non-default schema to pgTable? #2770
Unanswered
ChungjungLee
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
My application uses Next.js and PostgreSQL.
I am stuck with connecting to a table under a non-default schema named
public
. The structure looks like below:I tried to specify the schema before the table, but it failed.
In this case, how can I connect to the table? I truly appreciate any help and advice.
Beta Was this translation helpful? Give feedback.
All reactions