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 app never stops: any node can write to its local database, even offline.
LiteSync synchronizes changes automatically when connected to other nodes.
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