brodycj / ask-me-anything

ASK ME ANYTHING such as support, ideas, or personal questions
Creative Commons Attribution 4.0 International
4 stars 1 forks source link

Apache Cordova SQLite with multiple databases, in multiple locations #17

Open brodycj opened 4 years ago

brodycj commented 4 years ago

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.