Schema compare is a simple utility tool with the sole goal of comparing schemas between two databases. Currently it only supports postgresql.
You can install Schema Compare from PyPi:
pip install schema-compare
- Define config.toml file
- python schema-compare {{config.toml path}}
[source]
username = ....
password = ....
hostname = ....
database = ....
[target]
username = ....
password = ....
hostname = ....
database = ....