1 repositorio
Native bindings specifically for interacting with SQLite databases within Node.js.
Distinct from Node.js Bindings: Covers the general driver implementation including both asynchronous and synchronous patterns, unlike the candidate which focuses solely on synchronous bindings.
Explore 1 awesome GitHub repository matching data & databases · SQLite3 Node.js Drivers. Refine with filters or upvote what's useful.
node-sqlite3 is a relational database client and a set of native bindings that allow Node.js applications to interact with SQLite databases. It functions as a C++ native addon, linking JavaScript to the SQLite C library to manage data stored in local files or in-memory stores. The project includes optional support for SQLCipher, enabling page-level encryption to secure local database files. The driver covers a wide range of database management capabilities, including executing SQL queries with parameter binding, managing connections to database files, and preparing statements for repeated ex
Provides native bindings to enable Node.js applications to interact with SQLite databases.