sqlite-regex

JSON →
library 0.2.4-alpha.1 ·javascript
verified Jun 7, 2026

sqlite-regex is a SQLite extension that adds fast regular expression functions, distributed via npm as a pre-compiled native addon for Node.js. Version 0.2.4-alpha.1 is current; release cadence is irregular as it's maintained by a single developer. Key differentiator: it wraps the RE2 library for safe and performant regex operations, avoiding ReDoS vulnerabilities, and works as a drop-in extension for better-sqlite3 and node-sqlite3. Only supports macOS (x64/arm64), Windows x64, and Linux x64; other platforms may need manual compilation. ESM-only package.