sqlite-android icon indicating copy to clipboard operation
sqlite-android copied to clipboard

Question about loadable extension spellfix

Open jpmarple opened this issue 7 years ago • 3 comments

Is spellfix (https://sqlite.org/spellfix1.html) supported in this project?

jpmarple avatar Feb 05 '18 19:02 jpmarple

Hi this extension isn't included by default, but could be loaded through the extension loading mechanism if built separately.

npurushe avatar Mar 10 '18 03:03 npurushe

@npurushe Do you have more precise instructions on how to load and use the spellfix extension?

I'm using this lib with sqldelight and still have no idea how to do this after checking the documentation and code.

benjdero avatar Sep 04 '20 08:09 benjdero

I believe you are looking for this: https://github.com/requery/sqlite-android/blob/0f1f31e9eecabe5fb33a35dba6c99db6c5758346/sqlite-android/src/main/jni/sqlite/Android.mk#L8

mikehardy avatar Sep 04 '20 16:09 mikehardy