Metadata-Version: 1.1
Name: dsync
Version: 0.2.3
Summary: this is one data synchor tool
Home-page: https://github.com/heqingpan/dsync
Author: heqingpan
Author-email: heqingpan@126.com
License: MIT
Description: this is one data synchor tool base on sqlalchemy.
        simple start:
            python -m dsync.synchor source_connstring target_connstring
            data connstr is base on sqlalchemy
            exp:
            python -m dsync.synchor mysql://user:password@host:port/sourcedb mysql://user:password@host:port/targetdb
        
        python -m dsync -t sync source_connstring target_connstring
        python -m dsync -t sync config_file
        python -m dsync -t diff source_connstring target_connstring
        python -m dsync -t gene source_connstring target_connstring out_file
        
Keywords: data synchor tool,support multi database like mysql sqlite
Platform: UNKNOWN
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python
Classifier: Intended Audience :: Developers
Classifier: Operating System :: OS Independent
