Is there a way to reference a foreign pg table using drizzle #1201
Unanswered
benjaminwestern
asked this question in
Q&A
Replies: 1 comment
-
Any movement on this? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have a multi database server architecture which has a few foreign data wrappers for some core read only tables that are used for source of truth data in joins etc that come from a single core database.
Currently if I was to map out this table in drizzle, the migration would attempt to build this table under the public schema. Is there a way that I can simply create a reference to these foreign data wrappers and their relationships without drizzle attempting to manage the tables?
Cheers!
Ben
Beta Was this translation helpful? Give feedback.
All reactions