minisqlite

JSON →
library 2.3.0 ·javascript
verified Jun 7, 2026

Minisqlite provides SQLite bindings for Node.js with the current stable version 2.3.0. It wraps SQLite 3.36.0, offering pull-based processing for coordinated fetching from JavaScript and support for user-defined JavaScript functions. Unlike popular alternatives like better-sqlite3 or sql.js, minisqlite emphasizes direct control over fetching and integrates custom functions seamlessly. The package is actively maintained with regular updates.