Flask-Migrate
Migration tool
Tools and scripts for managing changes to a Flask application's database
SQLAlchemy database migrations for Flask applications using Alembic
2k stars
27 watching
228 forks
Language: Python
last commit: 29 days ago
Linked from 1 awesome list
alembicdatabaseflaskmigrationspythonsqlalchemy-database-migrations
Related projects:
Repository | Description | Stars |
---|---|---|
sqlalchemy/alembic | A tool for managing changes to databases in a controlled and reversible manner. | 2,864 |
pallets-eco/flask-sqlalchemy | Adds support for SQLAlchemy to Flask web applications | 4,244 |
nickjj/flask-db | A CLI extension for managing and migrating databases with Alembic | 76 |
golang-migrate/migrate | Database migration tool written in Go that reads and applies migrations to various databases. | 15,494 |
rubenv/sql-migrate | Tools and scripts for managing changes to a relational database schema in a Go application. | 3,235 |
salsita/node-pg-migrate | Manages database migrations for PostgreSQL using a migration scripting language and a command-line tool. | 1,295 |
amacneil/dbmate | A lightweight framework-agnostic database migration tool | 5,477 |
lecaillon/evolve | Automates database changes across multiple environments and teams. | 849 |
gusakovskiy/django-liquidb | Manages and snapshots Django application state during migrations | 23 |
cakephp/phinx | A tool that simplifies the process of managing changes to a PHP application's database schema | 4,469 |
xethron/migrations-generator | Automatically generates Laravel migrations from an existing database schema. | 3,330 |
pallets-eco/flask-admin | A simple and extensible administrative interface framework for Flask web applications | 5,795 |
vladfaust/migrate.cr | A tool for managing changes to a database schema across multiple versions. | 31 |
rafaelespinoza/godfish | A tool for managing database migrations across multiple databases. | 7 |
ariga/atlas | A tool that manages and migrates database schemas as code using modern DevOps principles. | 5,964 |