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.




Simple configuration

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”



Offline First

Your app never stops: any node can write to its local database, even offline.

LiteSync synchronizes changes automatically when connected to other nodes.




Fast synchronization

No full db comparison. Only new data is transferred.

Sync in milliseconds!




many platforms

Windows, Linux, Android, iOS, MacOSX

It can be used in Mobile Phones, Tablets, Raspberry Pi, BeagleBone, other mini-pcs and IoT devices








some customers