Synchronising multiple tables

时光总嘲笑我的痴心妄想 提交于 2019-12-12 03:36:59

问题


I have multiple tables which needs to be in-sync with the production database tables. Is there any way to ensure the data is synced with the production database other than manually updating the tables.


回答1:


You can use the liquibase for this purpose. This is awesome tool for database

Liquibase is an open source database-independent library for tracking, managing and applying database schema changes. It was started in 2006 to allow easier tracking of database changes, especially in an agile software development environment.

Wikipedia Information

Liquibase Main Site

Hopefully this will help you.




回答2:


Not sure what database you are using, if it is MySQL then replication is the best option to sync.



来源:https://stackoverflow.com/questions/34491652/synchronising-multiple-tables

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!