You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Native SQLite for Node.js 20+ without the experimental flag. Drop-in replacement for `node:sqlite`. Synced with Node.js v25 for the latest features including native `Symbol.dispose` resource management.
6
+
Native SQLite for Node.js 20+ without the experimental flag. Drop-in replacement for `node:sqlite`. Synced with Node.js v25.6.1 for the latest features including native `Symbol.dispose` resource management.
7
7
8
8
## Installation
9
9
@@ -27,7 +27,7 @@ db.close();
27
27
28
28
## Features
29
29
30
-
- 100% compatible with Node.js v25 built-in `node:sqlite` module\*
30
+
- 100% compatible with Node.js v25.6.1 built-in `node:sqlite` module\*
31
31
- Zero dependencies - native SQLite implementation
0 commit comments