brodycj/ask-me-anything

Apache Cordova SQLite with multiple databases, in multiple locations

brodycj opened this issue · 0 comments

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.