You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
An organization is interested in Cordova SQLite access to multiple databases, in multiple locations.
This is already possible with cordova-sqlite-evcore-extbuild-free on Android, as long as the databases have different file names. It should be pretty straightforward to support this with the Cordova SQLite evplus enhancements for large result sets, as discussed in storesafe/cordova-plugin-sqlite-evplus-ext-common-free#7.
The new Cordova SQLite plugin design in progress, as discussed in #3, can work with multiple databases with flexible path and no restriction on the shared file name.
The text was updated successfully, but these errors were encountered:
An organization is interested in Cordova SQLite access to multiple databases, in multiple locations.
This is already possible with cordova-sqlite-evcore-extbuild-free on Android, as long as the databases have different file names. It should be pretty straightforward to support this with the Cordova SQLite evplus enhancements for large result sets, as discussed in storesafe/cordova-plugin-sqlite-evplus-ext-common-free#7.
The new Cordova SQLite plugin design in progress, as discussed in #3, can work with multiple databases with flexible path and no restriction on the shared file name.
The text was updated successfully, but these errors were encountered: