Skip to main content

Compare database schemas

Project description

Schema Compare

Schema compare is a simple utility tool with the sole goal of comparing schemas between two databases. Currently it only supports postgresql.

Installation

You can install Schema Compare from PyPi:

pip install schema-compare

How to use

  1. Define config.toml file
  2. python schema-compare {{config.toml path}}

Configuration file

[source]
username = ....
password = ....
hostname = ....
database = ....

[target]
username = ....
password = ....
hostname = ....
database = ....

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

schema-compare-1.0.9.tar.gz (4.8 kB view hashes)

Uploaded Source

Built Distribution

schema_compare-1.0.9-py3-none-any.whl (5.6 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page