文件名称:同步两台mysql数据库
文件大小:102KB
文件格式:RAR
更新时间:2021-09-03 03:09:22
python mysql
在原始同步某一个数据库的基础上做了改动,变成同步多个数据库,并且可以通过配置文件来选择同步数据库。
【文件预览】:
SchemaSync
----setup.py(1KB)
----.gitignore(105B)
----CHANGES(785B)
----MANIFEST.in(62B)
----schemasync()
--------db.20180530.patch.sql(17KB)
--------__init__.py(0B)
--------utils.pyc(6KB)
--------utils.py(5KB)
--------schemasync.py(13KB)
--------schemasync.log(18KB)
--------syncdb.py(16KB)
--------db.20180530.revert.sql(950B)
--------example.yml(935B)
--------config_yaml.pyc(2KB)
--------syncdb.pyc(16KB)
----LICENSE(589B)
----.idea()
--------misc.xml(1KB)
--------encodings.xml(200B)
--------workspace.xml(36KB)
--------vcs.xml(173B)
--------deployment.xml(349B)
--------vagrant.xml(216B)
--------scopes()
--------dictionaries()
--------inspectionProfiles()
--------SchemaSync.iml(607B)
--------.name(10B)
--------modules.xml(272B)
----tests()
--------__init__.py(0B)
--------test_sync_tables.py(8KB)
--------test_all.py(2KB)
--------test_sync_database.py(969B)
--------test_regex.py(18KB)
--------test_utils.py(6KB)
--------test_sync_columns.py(14KB)
--------test_sync_constraints.py(5KB)
----schemaobject()
--------procedure.pyc(3KB)
--------collections.py(1KB)
--------__init__.pyc(512B)
--------option.pyc(2KB)
--------table.py(10KB)
--------index.pyc(7KB)
--------__init__.py(330B)
--------procedure.py(3KB)
--------database.py(6KB)
--------connection.pyc(4KB)
--------option.py(2KB)
--------utils.pyc(6KB)
--------connection.py(4KB)
--------table.pyc(10KB)
--------utils.py(5KB)
--------view.py(3KB)
--------schema.pyc(2KB)
--------collections.pyc(3KB)
--------judge.pyc(2KB)
--------schemasync.py(14KB)
--------config_yaml.py(5KB)
--------syncdb.py(16KB)
--------trigger.pyc(3KB)
--------index.py(7KB)
--------judge.py(2KB)
--------foreignkey.py(8KB)
--------foreignkey.pyc(8KB)
--------column.py(8KB)
--------view.pyc(3KB)
--------config_yaml.pyc(4KB)
--------column.pyc(8KB)
--------syncdb.pyc(16KB)
--------schema.py(2KB)
--------trigger.py(3KB)
--------database.pyc(7KB)
----README(3KB)
----ez_setup.py(9KB)