brodycj / cordova-sqlite-ext

A Cordova/PhoneGap plugin to open and use sqlite databases on Android/iOS/macOS/Windows with REGEXP (Android/macOS/iOS) and pre-populated databases (Android/iOS/macOS/Windows)
Other
72 stars 55 forks source link

Background thread per db #88

Open thomasvanhorde opened 4 years ago

thomasvanhorde commented 4 years ago

Background processing The threading model depends on which platform version is used:

For Android, one background thread per db;

In your opinion, is it possible to establish several connections to the same file to make multithread (for reading only)? I need more reading performance