sqlite-to-json

JSON →
library 0.1.3 ·javascript
verified Jun 7, 2026

sqlite-to-json is a small Node.js library that dumps SQLite database tables to JSON files. At version 0.1.3, it provides a simple class with methods to list tables, save individual tables as JSON, and export the entire database as a single JSON object. It depends on the native sqlite3 driver, which requires compilation. The package has not seen recent updates (last release appears old) and may have limited maintenance.