You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Originally I was thinking of spawing a docker container, but https://pkg.go.dev/github.com/fergusstrange/embedded-postgres looks like an even easier way to do it. It's a pretty heavy dependency though, and folks still need to tell us how to run migrations somehow. I'm thinking I might want to provide a separate binary so that not everyone has to pull in the full dependency if they don't want to.
ethanpailes
changed the title
allow pggen cli tool to spin up a docker container for compilation
make it easier to run pggen
Feb 26, 2021
It is annoying to configure a postgres server to use as part of your build pipeline.
pggen
should have an option to do that automatically for you.The text was updated successfully, but these errors were encountered: