Support for Attaching Secondary Databases #3569
Unanswered
jseely
asked this question in
Feature Requests & Ideas
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.
Uh oh!
There was an error while loading. Please reload this page.
-
I'm currently working on an application that uses two different databases. The primary database is the RW database for my application while the secondary database is a static data (read-only) database produced by a third-party as an ease of use feature. Currently I use SQLC to generate all my golang types and queries for both databases, however, I'm starting to run into challenges of dynamic data in the RW database needing to be joined with static data of the secondary database.
I'm wondering if this is a scenario others have run into and if there would be any interest in extended SQLC to support attaching secondary databases?
(Not looking for others to implement, just seeing if there's enough interest to justify implementing it myself)
Beta Was this translation helpful? Give feedback.
All reactions