alembic
Package — DatabasePython 3.7+Intermediate
Database migration tool for SQLAlchemy
Quick Info
- Documentation
- Official Docs
- Python Version
- 3.7+
- Dependencies
- SQLAlchemy, Mako, typing-extensions
- Install
pip install alembic
Learn by Difficulty
Quick Example
python
# Install: pip install alembic import alembic # Basic alembic usage print(f"Using alembic") # See documentation for detailed examples
alembic is a third-party package. Database migration tool for SQLAlchemy. Install with: pip install alembic
Try in PlaygroundTags
packagedatabaseormpersistence