Skip to content

Commit 3c3be2f

Browse files
Update README.md
1 parent 9173d1d commit 3c3be2f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,12 +56,12 @@ migration = AgnosticMigration(apply, revert)
5656

5757
## WHY?
5858

59-
Having an agnostic migration tool is very helpful for 2 cases:
59+
Having an agnostic migration tool is very helpful for 3 cases:
6060

6161
1. The tool you are wanting to manage is not a traditional relational database, and you want to be able to use a liquibase/flyway style migration to manage its state reliably and at scale.
6262
2. You want to be able to manage the migrations or state of multiple dependencies with the same tooling.
6363
3. You want to be able to leverage existing code in your codebase to interact with the tool and create the migrations. This can be something like an sdk you are familiar with, or custom code you have already written for your application.
6464

6565
## Inspiration
6666

67-
This library was created as a lightweight python implementation of a pattern similar to [Umzug](https://github.com/sequelize/umzug), which is a similar tool written for typescript.
67+
This library was created as a lightweight python implementation of a pattern similar to [Umzug](https://github.com/sequelize/umzug), which is a similar tool written for typescript.

0 commit comments

Comments
 (0)