better-sqlite3
better-sqlite3 copied to clipboard
Include spellfix extension?
Hey there,
Just started playing around with sqlite and came across your library after trying a few of the others. I found it much more intuitive. :D
Curious if you'd be open to adding the spellfix extension. I saw another issue where you added FTS4 support.
Totally understand if you'd rather leave that for peoples' custom amalgamations, but figured I'd ask.
Cheers and thanks for the library!
Tony
Since the spellfix
extension can't be added with a simple compile-time option (is must be loaded or linked manually), this is unlikely to happen. But I'll leave the issue open in case it gains a lot of support.