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

Loadable spellfix1 extension for sqlite as python package

Results 2 sqlite-spellfix issues
Sort by recently updated
recently updated
newest added

Resolves https://github.com/karlb/sqlite-spellfix/issues/1. This fixes the build on Windows by including the SQLite source code and considering it in `setup.py`. Vendoring SQLite might not be the best option here - downloading...

When trying to install sqlite-spellfix via pypi, I get the following output: ``` Collecting sqlite-spellfix Using cached sqlite-spellfix-1.0.tar.gz (27 kB) Preparing metadata (setup.py): started Preparing metadata (setup.py): finished with status...