We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e748bdc commit 66652c2Copy full SHA for 66652c2
README.rst
@@ -1,9 +1,8 @@
1
-SqlAlchemy Diff
+SQLAlchemy Diff
2
===============
3
4
.. pull-quote::
5
6
- Verify that your alembic migrations are valid and equivalent to your
7
- models.
+ Compare two database schemas using SQLAlchemy.
8
9
Documentation here: (link to read the docs)
docs/source/index.rst
@@ -108,7 +108,7 @@ Installation
108
109
.. code-block:: bash
110
111
- $ pip install alembic-verify
+ $ pip install sqlalchemy-diff
112
113
114
Full Example
0 commit comments