{"library":"sqlite-search","type":"library","category":null,"description":"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.","language":"javascript","status":"active","version":"4.1.0","tags":["javascript","dat"],"last_verified":"Sun Jun 07","install":[{"cmd":"npm install sqlite-search","imports":["const sqliteSearch = require('sqlite-search');","sqliteSearch(opts, (err, searcher) => { ... });","const ws = searcher.createWriteStream();","const rs = searcher.createSearchStream({ field: 'title', query: 'hello' });"]},{"cmd":"yarn add sqlite-search","imports":[]},{"cmd":"pnpm add sqlite-search","imports":[]}],"homepage":"https://github.com/maxogden/sqlite-search","github":"https://github.com/maxogden/sqlite-search","docs":null,"changelog":null,"pypi":null,"npm":"sqlite-search","openapi_spec":null,"status_page":null,"smithery":null,"compatibility":null}