Alembic
Alembic is a lightweight database migration tool for Python, built by the creator of SQLAlchemy, that generates and applies versioned schema change scripts written in Python.
4 resources across 1 library
Glossary Terms(4)
Liquibase
Liquibase is an open-source library for tracking, versioning, and deploying database schema changes, letting teams manage schema evolution the same way they ma…
Flyway
Flyway is an open-source, SQL-first database migration tool that applies versioned schema changes in order and tracks execution history in a schema history tab…
Alembic
Alembic is a lightweight database migration tool for Python, built by the creator of SQLAlchemy, that generates and applies versioned schema change scripts wri…
SQLAlchemy
SQLAlchemy is a Python SQL toolkit and Object-Relational Mapping (ORM) library that provides both a full ORM layer and a lower-level Core for writing expressiv…