dexie / Dexie.js

A Minimalistic Wrapper for IndexedDB
https://dexie.org
Apache License 2.0
11.72k stars 642 forks source link

Synching with the backend server MS SQL #498

Open varghesep opened 7 years ago

varghesep commented 7 years ago

Is there an adapter that is available to sync the data between the IndexedDB and MS SQL?

nponiros commented 7 years ago

Not that I know of. You can use dexie-syncable but you would have to write the backend or atleast parts thereof if you use https://github.com/nponiros/sync_server