sqlite-sync / SQLite-sync.com

AMPLI-SYNC is a framework for synchronizing data between a Sqlite database and an MS SQL/MySQL/Oracle/PostgreSQL database. With this framework your application can work completely offline (Airplane Mode), then perform an automated Bidirectional Synchronization when an internet connection becomes available.
https://ampliapps.com/sqlite-sync/
BSD 3-Clause "New" or "Revised" License
326 stars 82 forks source link

Can this be installed with npm? #59

Closed lvendramini closed 3 years ago

lvendramini commented 3 years ago

I want to sync data between an offline windows app (electron with angular) where data is stored on a local sqlite database (not in the browser) to a sql server db. Can this be done using ampli-sync?

how can i install it? (development on windows)

tdziemidowicz commented 3 years ago

you can use docker to set up a local environment. One note, the community version, does not have MSSQL support.