Closed
Description
What do you want to change?
I have a project that includes a couple of separate servers who all talk to the same database, so I keep my migrations and schema in a separate git repo that I have uploaded to github as well, and since golang-migrate works with a github repo that's never been and issue for me. I just moved my project to use sqlc and I love the project, but right now I'm getting the schema from the relative path to the repo next door, and I was wondering if it would be possible to grab the schema from a repo on github to keep my code consistent in any computer I work on and to maybe add sqlc to my ci/cd
What database engines need to be changed?
No response
What programming language backends need to be changed?
No response