Configuring SQLC when migration files are separated across multiple repositories #2054
Unanswered
prazedotid
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
-
We have multiple Go microservices along with SQL migrations spread across multiple repositories. Some migrations are also applied by third party software.
What would be the best way to configure sqlc? Do I just export the DDL from all the tables and put it in a schema.sql, and copy it on each repository where I want to use sqlc?
Beta Was this translation helpful? Give feedback.
All reactions