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 https://github.com/brodysoft/cordova-plugin-sqlite-evplus-ext-common-free/issues/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.
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 https://github.com/brodysoft/cordova-plugin-sqlite-evplus-ext-common-free/issues/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.