Is there a way to sync two sqlite3 databases? -


i'm leaning toward using couchdb, short of there way sync 2 sqlite3 databases have same schema? can try use uid primary keys instead of auto-incremented ones, don't know next steps if there any.

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

that or rsync should need.


Comments

Popular posts from this blog

WPF: binding viewmodel property of type DateTime to Calendar inside ItemsControl -

java - Getting corefrences with Standard corenlp package -

Java - Returning an array from a method to main -