-
|
Hey! Is it possible to specify which postgres schema to use, to not be forced to use the Would be really neat if this could be available as a config: Either an ENV, or maybe using the postgres connection string directly like |
Beta Was this translation helpful? Give feedback.
Answered by
Jacobh2
Sep 4, 2024
Replies: 1 comment
-
|
And of course 5 min after posting here I was able to find the answer, thanks ghost rubber ducking 😄 You can set the 🎉 |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
Jacobh2
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
And of course 5 min after posting here I was able to find the answer, thanks ghost rubber ducking 😄
You can set the
schema=myschemaoption to the connection string:🎉