-
Notifications
You must be signed in to change notification settings - Fork 716
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Load extension at run time? #898
Comments
That should be possible but it would need some deeper investigation. I am hoping to support this kind of thing in a redesign as discussed in #862. |
The reason I ask for this is because I would like to use an extension that sorts Full-text results by relevance. An alternative would be to support FTS5 full-text indexes, which comes with a relevance function natively. Any possibility to add support for FTS5? |
FTS5 is already supported by |
Is that a drop-in replacement? |
yes |
Please be sure to completely remove cordova-sqlite-storage before adding cordova-sqlite-ext. Please report if it works for you or not. Thanks! |
Hi @brodybits , I've replaced cordova-sqlite-storage with cordova-sqlite-ex and have experienced no issues. It was a drop-in replacement requiring no code changes, and the performance appears to be identical. I was able to switch the FTS indexes over to FTS5 and they're working fine. |
👍Thanks for the confirmation |
Sqlite includes the function load_extension() to load an extension at run-time, but that does not seem to have been implemented with this plugin. Is there a way to load an extension?
Thanks!
The text was updated successfully, but these errors were encountered: