alembic
Database manager
A tool for managing changes to databases in a controlled and reversible manner.
A database migrations tool for SQLAlchemy.
3k stars
20 watching
248 forks
Language: Python
last commit: 14 days ago
Linked from 1 awesome list
pythonsqlsqlalchemy
Related projects:
Repository | Description | Stars |
---|---|---|
miguelgrinberg/flask-migrate | Tools and scripts for managing changes to a Flask application's database | 2,359 |
nickjj/flask-db | A CLI extension for managing and migrating databases with Alembic | 76 |
rubenv/sql-migrate | Tools and scripts for managing changes to a relational database schema in a Go application. | 3,235 |
sqlalchemy/sqlalchemy | A powerful library providing an object-relational mapping system to interact with databases in a Pythonic way. | 9,673 |
amacneil/dbmate | A lightweight framework-agnostic database migration tool | 5,477 |
golang-migrate/migrate | Database migration tool written in Go that reads and applies migrations to various databases. | 15,494 |
lecaillon/evolve | Automates database changes across multiple environments and teams. | 849 |
ariga/atlas | A tool that manages and migrates database schemas as code using modern DevOps principles. | 5,964 |
djrobstep/migra | A tool for managing and comparing changes to PostgreSQL schemas in an automated and testable way | 2,922 |
volatiletech/sqlboiler | An ORM generator that creates a Go-based data access layer from an existing database schema. | 6,763 |
pallets-eco/flask-sqlalchemy | Adds support for SQLAlchemy to Flask web applications | 4,244 |
rdagumampan/yuniql | An engine for managing schema versioning and database migrations using plain SQL scripts | 419 |
xethron/migrations-generator | Automatically generates Laravel migrations from an existing database schema. | 3,330 |
lejeunerenard/dbic-migration-env | Automates environment variable setup for DBIx::Class::Migration scripts and Dancer applications. | 0 |
go-gormigrate/gormigrate | A minimalistic migration helper for Gorm ORM to support proper schema versioning and migration rollback. | 1,046 |