sqlite-lines
JSON →A SQLite extension for line-by-line file processing within SQL queries, distributed as an npm package for Node.js. Version 0.2.2 provides pre-compiled binaries for darwin-x64, win32-x64, and linux-x64. The extension allows reading, splitting, and generating lines from files or text directly in SQL, with functions like lines_read(), lines_split(), and lines_version(). Use with better-sqlite3 or node-sqlite3 via db.loadExtension(getLoadablePath()). No prebuilt binaries for ARM or musl Linux.
Resources
packagesqlite-lines ↗