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 ea1fcd5 commit e748bdcCopy full SHA for e748bdc
docs/source/index.rst
@@ -1,10 +1,9 @@
1
-Alembic Verify
2
-==============
+SQLAlchemy Diff
+===============
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
10
PyTest Example
@@ -15,12 +14,14 @@ the same:
15
14
16
.. literalinclude:: ../testing/test_example.py
17
:lines: 6,8,9,13-22
+ :emphasize-lines: 11
18
19
20
You can also make sure that two schemas are different:
21
22
23
:lines: 25-33
24
+ :emphasize-lines: 7
25
26
27
If your test fails, you can dump the errors to a file by just adding
0 commit comments