mirror of
https://github.com/vinta/awesome-python.git
synced 2024-12-18 08:10:15 +00:00
Update README.md
Add Alembic as DB migration tool
This commit is contained in:
parent
fcf4aeb762
commit
2674b8688e
|
@ -28,6 +28,7 @@ Inspired by [awesome-php](https://github.com/ziadoz/awesome-php).
|
||||||
- [Data Validation](#data-validation)
|
- [Data Validation](#data-validation)
|
||||||
- [Data Visualization](#data-visualization)
|
- [Data Visualization](#data-visualization)
|
||||||
- [Database Drivers](#database-drivers)
|
- [Database Drivers](#database-drivers)
|
||||||
|
- [Database Migration Tools](#database-migration-tools)
|
||||||
- [Database](#database)
|
- [Database](#database)
|
||||||
- [Date and Time](#date-and-time)
|
- [Date and Time](#date-and-time)
|
||||||
- [Debugging Tools](#debugging-tools)
|
- [Debugging Tools](#debugging-tools)
|
||||||
|
@ -430,6 +431,12 @@ Inspired by [awesome-php](https://github.com/ziadoz/awesome-php).
|
||||||
* Asynchronous Clients
|
* Asynchronous Clients
|
||||||
* [motor](https://github.com/mongodb/motor) - The async Python driver for MongoDB.
|
* [motor](https://github.com/mongodb/motor) - The async Python driver for MongoDB.
|
||||||
|
|
||||||
|
## Database Migration Tools
|
||||||
|
|
||||||
|
*Libraries for generating and managing migrations.*
|
||||||
|
|
||||||
|
* [alembic](https://alembic.sqlalchemy.org/en/latest/) - Alembic is a lightweight database migration tool for usage with SQLAlchemy.
|
||||||
|
|
||||||
## Date and Time
|
## Date and Time
|
||||||
|
|
||||||
*Libraries for working with dates and times.*
|
*Libraries for working with dates and times.*
|
||||||
|
|
Loading…
Reference in New Issue
Block a user