``` $ sqlite3 sqlite> .load unicodesn.sqlext sqlite> CREATE VIRTUAL TABLE fts USING fts3(text, tokenize=unicodesn "stemmer=russian"); Error: unknown tokenizer: unicodesn sqlite> ``` sqlite3-unicodesn is from the tip of the git repo, but sqlite3 is SQLite version 3.13.0 (from http://www.sqlite.org/2016/sqlite-autoconf-3130000.tar.gz) The binary is built using [that](http://git.alpinelinux.org/cgit/aports/tree/main/sqlite/APKBUILD) build script.
sqlite3-unicodesn is from the tip of the git repo, but sqlite3 is SQLite version 3.13.0 (from http://www.sqlite.org/2016/sqlite-autoconf-3130000.tar.gz)
The binary is built using that build script.