Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Proposal: Move Migration/Schema Tools out of Pop #154

Open
markbates opened this issue Jun 30, 2018 · 1 comment
Open

Proposal: Move Migration/Schema Tools out of Pop #154

markbates opened this issue Jun 30, 2018 · 1 comment
Labels
proposal A suggestion for a change, feature, enhancement, etc
Milestone

Comments

@markbates
Copy link
Member

Currently the migration and schema management tools are tied tightly to pop. I feel as though these tools, representing a bulk of the soda command should be moved to gobuffalo/fizz.

These rebuilt tools can be used by Pop, Gorm, etc... independently. These tools should strive to use only the std lib sql package. If that's not easily do-able, then sqlx will be allowed, but nothing else beyond that.

In addition to allowing projects, such as Pop and Buffalo, to continue using these tools, we can make them available to the wider Go community as whole who need things like migrations, but don't want to use something such as Pop.

@stanislas-m stanislas-m added the proposal A suggestion for a change, feature, enhancement, etc label Jul 31, 2018
duckbrain added a commit to duckbrain/awesome-go that referenced this issue Sep 26, 2020
Update Soda description to refer to Fizz, which was extracted out of Buffalo/Pop/Soda into its own project.

See gobuffalo/pop#154 for reference
duckbrain added a commit to duckbrain/awesome-go that referenced this issue Sep 26, 2020
Update Soda description to refer to Fizz, which was extracted out of Buffalo/Pop/Soda into its own project.

See gobuffalo/pop#154 for reference
@duckbrain
Copy link
Contributor

My understanding is that this has been completed. https://github.com/gobuffalo/fizz, should issue still be open?

@sio4 sio4 modified the milestones: Backlog, Proposal Sep 20, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
proposal A suggestion for a change, feature, enhancement, etc
Projects
None yet
Development

No branches or pull requests

4 participants