sqlite-search

JSON →
library 4.1.0 ·javascript
verified Jun 7, 2026

Automated SQLite text indexing via streaming interface. Version 4.1.0 is the latest release. Provides a simple API to create an SQLite FTS table, write objects to it via a writable stream, and search against it with a readable stream. Differentiates from raw SQLite usage by abstracting FTS setup and query building, supporting columns, primary key, pagination (limit/offset/since), and custom SQL statements. Uses the `sqlite3` package underneath and streams results in object mode.