The Driver works fine with Cordova SQLite 3.2
When upgrading to Cordova SQLite Storage 5.x, defineDriver is still called, but localForage defaults back to the asyncDriver, instead of using the cordovaSQLiteDriver.
Reverting back to Cordova SQLite 3.2 fixes the issue.
The Driver works fine with Cordova SQLite 3.2
When upgrading to Cordova SQLite Storage 5.x, defineDriver is still called, but localForage defaults back to the asyncDriver, instead of using the cordovaSQLiteDriver.
Reverting back to Cordova SQLite 3.2 fixes the issue.