LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Programming (https://www.linuxquestions.org/questions/programming-9/)
-   -   Replication and SQLite (https://www.linuxquestions.org/questions/programming-9/replication-and-sqlite-455517/)

krizzz 06-16-2006 04:55 PM

Replication and SQLite
 
Hi,
Does anybody know about some replication engine for SQLite?
Thx,
Chris

boredandblogging 06-16-2006 05:45 PM

the only promising thing after a google search is this: https://twiki.cern.ch/twiki/bin/view...aseReplication

Kroggen 11-30-2015 10:09 PM

There is the litereplica

The engine is embedded in the sqlite code. Implements master-slave replication and point-in-time recovery.


The rqlite

It uses the GO language, implements master-slave replication with automatic failover.


And the ActorDB

This last one I don't know very well, but it appears to share the WAL log file through the servers/devices.


For data synchronization there is the WebSqlSync

It runs on browsers and even on mobile devices (Android, iOS, etc) and is capable of keeping a local SQLite db in sync with another in a server.

krizzz 12-01-2015 03:45 PM

Thanks Kroggen, apparently things have improved since 2006 :)


All times are GMT -5. The time now is 07:15 PM.