1.0.5 • Published 3 years ago

better-sqlite3-mozporter v1.0.5

Weekly downloads
2
License
MIT
Repository
-
Last release
3 years ago

node-sqlite3-mozporter

Use Mozilla Porter stemmer for sqlite3, for CKJ FTS using FTS3 module in sqlite3.

Installation

Since sqlite 3.12.0, fts3 tokenizer requires SQLITE_ENABLE_FTS3_TOKENIZER compiler flag. Include this flag when you install better-sqlite3:

export CFLAGS="-DSQLITE_ENABLE_FTS3_TOKENIZER"
npm install better-sqlite3 --build-from-source

LICENSE

node-sqlite3-mozporter is MIT licensed.

1.0.5

3 years ago

1.0.4

6 years ago

1.0.3

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago