no changes in your code
LiteSync library is bundled with SQLite code so we can use the same SQLite interface and existing wrappers.
No need to learn other API.
LiteSync library is bundled with SQLite code so we can use the same SQLite interface and existing wrappers.
No need to learn other API.
Just choose the node type and the TCP address to bind or connect to.
The configuration is made easily via URI parameters:
“file:myapp.db?node=secondary&connect=tcp://server:port”
Your apps can write to the database in any node.
Even at the same time!
The apps can write to the local database even when the connection is lost.
The db will be synchronized as soon as the connection is re-established.
No full db comparison. Only new data is transferred.
Sync in milliseconds!
Windows, Linux, Android, iOS, MacOSX
It can be used in Mobile Phones, Tablets, Raspberry Pi, BeagleBone, other mini-pcs and IoT devices