From 3c315bbf43e5e55149a016b83e8c009fcd6efe21 Mon Sep 17 00:00:00 2001 From: Owen Leung Date: Sun, 14 May 2023 16:44:59 +0800 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9de8a1ed..21bb63fb 100644 --- a/README.md +++ b/README.md @@ -435,7 +435,7 @@ Inspired by [awesome-php](https://github.com/ziadoz/awesome-php). *Libraries for generating and managing migrations.* -* [alembic](https://alembic.sqlalchemy.org/en/latest/) - Alembic is a lightweight database migration tool for usage with SQLAlchemy. +* [alembic](https://alembic.sqlalchemy.org/en/latest/) - Alembic provides for the creation, management, and invocation of change management scripts for a relational database. ## Date and Time