Skip to content

Commit 5732e11

Browse files
committed
update node.js doc
1 parent 2abca78 commit 5732e11

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

site/using/js.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,8 @@ const { vec_version } = db
3939
console.log(`vec_version=${vec_version}`);
4040
```
4141

42-
The `load()` function is compatable with
42+
The `load()` function is compatible with
43+
[`node:sqlite`](https://nodejs.org/api/sqlite.html#class-databasesync),
4344
[`better-sqlite3`](https://github.com/WiseLibs/better-sqlite3),
4445
[`node-sqlite3`](https://github.com/TryGhost/node-sqlite3),
4546
[`jsr:@db/sqlite`](https://jsr.io/@db/sqlite) (Deno), and

0 commit comments

Comments
 (0)