To enable database migrations in Flask, the ____ extension can be used.

  • Flask-Database
  • Flask-Migrate
  • Flask-ORM
  • Flask-SQLAlchemy
To enable database migrations in Flask, the Flask-Migrate extension is used. Flask-Migrate is an extension that integrates the Alembic database migration framework with Flask applications, allowing you to manage database schema changes easily.
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *