This project is still in early development and testing. Behavior is subject to (and expected to) change, including breaking changes of configurations, installation, file names, database schema, etc.
db-schema-comparator/ ├── db_adapters/ │ ├── base_db_adapter.py │ ├── sqlserver_adapter.py │ ├── mysql_adapter.py │ └── postgresql_adapter.py ├── utils/ │ └── hashlib.py ├── templates ...
I am looking for suggestions on an alternative product for comparing SQL schema and data with Microsoft SQL server (2012). Up to this point in time our company has used Red Gate SQL Compare and SQL ...