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

Enable FTS5 & JSON1 sqlite options #48

Open brodycj opened 7 years ago

brodycj commented 7 years ago

These are already enabled in Cordova-sqlcipher-adapter. The JSON1 sqlite option would help with https://github.com/litehelpers/Cordova-sqlite-storage/issues/591.

srgpqt commented 7 years ago

This would be very useful for our project.. FTS5 especially

srgpqt commented 7 years ago

Is there something we can do to help get this done? Testing, funding, etc

brodycj commented 7 years ago

@srgpqt these are already supported by https://github.com/litehelpers/Cordova-sqlite-legacy-build-support, available under GPL or commercial license options. Please contact sales@litehelpers.net for possible commercial license options. Basic options are described at .

behuda commented 4 years ago

@brodybits do you have any wiki on how to enable json1 extensions if sqlite-native-driver.jar compiled with json1 extension, will it be compatible with the plugin