mirror of
https://github.com/vinta/awesome-python.git
synced 2026-03-25 20:44:03 -05:00
[PR #2473] Add Alembic #1792
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/vinta/awesome-python/pull/2473
Author: @Owen-CH-Leung
Created: 5/14/2023
Status: 🔄 Open
Base:
master← Head:add_alembic📝 Commits (2)
2674b86Update README.md3c315bbUpdate README.md📊 Changes
1 file changed (+7 additions, -0 deletions)
View changed files
📝
README.md(+7 -0)📄 Description
Add Alembic as DB migration tool
What is this Python project?
Alembic provides for the creation, management, and invocation of change management scripts for a relational database, using SQLAlchemy as the underlying engine. It's widely used by a variety of projects such as airflow
What's the difference between this Python project and similar ones?
Not aware of any other libraries that can provide the same utility as this package does
--
Anyone who agrees with this pull request could submit an Approve review to it.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.