persistence.js is an asynchronous Javascript database mapper library. You can use it in the browser, as well on the server (and you can share data models between them).
This is very weird. Such bug existed for so long with no one discovering it, although it would cause a disaster. When calling persistence.transaction when the native sqliteplugin is active, it would delegate to websql driver rather than sqliteplugin. With this fix, I have been testing persistence.transaction to issue raw queries for long on a device with sqliteplugin loaded. Please tell me if i am missing something.
This is very weird. Such bug existed for so long with no one discovering it, although it would cause a disaster. When calling persistence.transaction when the native sqliteplugin is active, it would delegate to websql driver rather than sqliteplugin. With this fix, I have been testing persistence.transaction to issue raw queries for long on a device with sqliteplugin loaded. Please tell me if i am missing something.