[PR #2473] Add Alembic #1792

Open
opened 2025-11-06 13:23:20 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/vinta/awesome-python/pull/2473
Author: @Owen-CH-Leung
Created: 5/14/2023
Status: 🔄 Open

Base: masterHead: add_alembic


📝 Commits (2)

📊 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.

## 📋 Pull Request Information **Original PR:** https://github.com/vinta/awesome-python/pull/2473 **Author:** [@Owen-CH-Leung](https://github.com/Owen-CH-Leung) **Created:** 5/14/2023 **Status:** 🔄 Open **Base:** `master` ← **Head:** `add_alembic` --- ### 📝 Commits (2) - [`2674b86`](https://github.com/vinta/awesome-python/commit/2674b8688edc003dc3e7e9c4aa0f8f961c356484) Update README.md - [`3c315bb`](https://github.com/vinta/awesome-python/commit/3c315bbf43e5e55149a016b83e8c009fcd6efe21) Update README.md ### 📊 Changes **1 file changed** (+7 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `README.md` (+7 -0) </details> ### 📄 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. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2025-11-06 13:23:20 -06:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/awesome-python#1792