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

Auto Generating Migrations #330

Closed
JiaWeiXie opened this issue Jun 17, 2020 · 1 comment
Closed

Auto Generating Migrations #330

JiaWeiXie opened this issue Jun 17, 2020 · 1 comment
Labels
enhancement New feature or request

Comments

@JiaWeiXie
Copy link

JiaWeiXie commented Jun 17, 2020

Any thoughts or possible on creating command to autogenerate migration?

something like python

Django manage.py makemigrations

sqlalchemy alembic revision --autogenerate -m "Added account table"

I think that can reduce complexity to start using ORM.

@tanner0101 tanner0101 added the enhancement New feature or request label Jul 14, 2020
@tanner0101
Copy link
Member

Yes, this is something I'd definitely like to explore. There's already an issue for it here (vapor/toolbox#176). It's on vapor/toolbox since it would likely be a command-line tool. Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants