Skip to main content

A tool written in Python to synchronize databases in a simple way

Project description

datasync

A tool written in Python to synchronize databases in a simple way

The format of the configuration file is as follows:

[sourcedb]
host = *.*.*.*
user = yourusername
password = yourpassword
port = 1521
database = databasename
charset = AL32UTF8
timestamp = UPDATETIME
[targetdb]
host = *.*.*.*
user = yourusername
password = yourpassword
port = 3306
database = databasename
charset = utf8mb4
timestamp = UPDATETIME
tablelist = tablename1
            tablename2
            tablename3

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

dataplus-0.1.4.tar.gz (7.0 kB view hashes)

Uploaded Source

Built Distribution

dataplus-0.1.4-py3.8.egg (10.6 kB view hashes)

Uploaded Source

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