开发者

Is there a way to sync two sqlite3 databases?

开发者 https://www.devze.com 2023-02-11 07:24 出处:网络
I\'m leaning toward using CouchDB, but short of that is there开发者_JAVA技巧 a way to sync two sqlite3 databases that have the same schema? I can try to use UID primary keys instead of auto-incremente

I'm leaning toward using CouchDB, but short of that is there开发者_JAVA技巧 a way to sync two sqlite3 databases that have the same schema? I can try to use UID primary keys instead of auto-incremented ones, but I don't know the next steps if there are any.


http://old.nabble.com/Attempting-to-merge-large-databases-td18131366.html

that or RSync should get what you need.

0

精彩评论

暂无评论...
验证码 换一张
取 消