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+. Drop-in replacement for `node:sqlite`. Synced with Node.js v25.8.1 for the latest features including native `Symbol.dispose` resource management.
8
+
Native SQLite for Node.js 20+. Drop-in replacement for `node:sqlite`. Synced with Node.js v25.8.0 for the latest features including native `Symbol.dispose` resource management.
9
9
10
10
## Installation
11
11
@@ -29,7 +29,7 @@ db.close();
29
29
30
30
## Features
31
31
32
-
- 100% compatible with Node.js v25.8.1 built-in `node:sqlite` module\*
32
+
- 100% compatible with Node.js v25.8.0 built-in `node:sqlite` module\*
33
33
- Zero dependencies - native SQLite implementation
0 commit comments