这是一个数据同步工具

dsync的Python项目详细描述


这是一个基于sqlalchemy的数据同步工具。
简单的开始:
python-m dsync.synchor source_connstring target_connstring
data connstr基于sqlalchemy
exp:
python-m dsync.synchor mysql://user:password@host:port/sourcedb mysql://user:password@host:port/targetdb

python-m dsync-t syncsource_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

欢迎加入QQ群-->: 979659372 Python中文网_新手群

推荐PyPI第三方库


热门话题
java如何使用URLhttp://localhost:8080/appcontext/METAINF/index.html?   Google应用程序引擎Java错误   java此GUI在设置BoxLayout后不显示任何内容   setParameter情况下的java临时类型(字符串名称、对象值)   Rijndael 256加密与Java&Bouncy Castle   java如何检查字符串是否为空?   java InvalidDataAccessResourceUsageException:无法提取结果集   AWTGLCanvas正在隐藏java JToggleButton工具提示   使用PDFBox的java格式数字   java Datainputstream和readUTF数据丢失   在java中使用axiomapi解码XJWT断言   为什么Java和PHP的相同代码不起作用?   JavaGoogleSigin错误,代码工作真实设备工作良好,但不工作模拟器获得错误ApiException 12500,谢谢,我也是新的   java通过使用JNA将void**参数作为char[]获取函数的结果   java如何使用泛型树集创建比较器?   未正确解析java简单文本文件   在java中将字符串转换为MyString对象类型   java Spring继承不起作用