Backbone SQLite sync override

287 Views Asked by At

How to override Backbone.sync so the data is recorded in an external SQLite database? App works on NW.JS.

1

There are 1 best solutions below

0
On

I know this was asked a while ago, but in case someone comes up with this need again - you can use localForage (with SQL driver) and localForage-Backbone adapter.