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
As a potential new user of Flask-Migrate, I looked for a section in the README as to why use Flask-Migrate instead of just using the CLI that comes with alembic.
The text was updated successfully, but these errors were encountered:
Okay, fair point. The reason is that Flask-Migrate gives you a zero configuration set up when using Flask-SQLAlchemy, Flask-Script and Alembic. You can use Alembic alone, but you'll have to do some configuration work, as Alembic knows nothing about Flask or Flask-SQLAlchemy.
What about a flask application but with sqlalchemy and not flask_sqlalchemy? Does it work/requires zero configuration? I'm currently making the decision for a project @miguelgrinberg
As a potential new user of Flask-Migrate, I looked for a section in the README as to why use Flask-Migrate instead of just using the CLI that comes with alembic.
The text was updated successfully, but these errors were encountered: