1 Repo
High-speed SQLite3 client libraries for Node.js that handle multi-gigabyte databases with efficient indexing and joins.
Distinct from High-Performance Databases: Distinct from High-Performance Databases: focuses on SQLite3 client libraries specifically, not general high-performance database systems.
Explore 1 awesome GitHub repository matching data & databases · SQLite3 Clients. Refine with filters or upvote what's useful.
better-sqlite3 is a high-performance SQLite3 client for Node.js that executes queries synchronously, returning results directly without callbacks or promises. It compiles as a native addon using N-API, binding directly to the SQLite3 C library for immediate query execution and zero-copy result serialization into native JavaScript objects. The library is optimized for Write-Ahead Logging (WAL) mode, enabling faster concurrent reads and writes in web applications. It provides durability level tuning through the synchronous pragma, allowing adjustments between FULL, NORMAL, and OFF modes to bala
A high-speed SQLite3 client for Node.js that handles multi-gigabyte databases with efficient indexing and joins.