Flask Migrations using Flask-SQLAlchemy
Setting up Flask Migrations
Migrations are needed for easy database changes, so that our data is not affected from any database changes
After setting up flask-sqlalchemy we can do database migrations, that makes the process alot user when shifting to...
sujaykundu.hashnode.dev2 min read