We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fd80b7b commit d8b3684Copy full SHA for d8b3684
site/using/js.md
@@ -39,7 +39,8 @@ const { vec_version } = db
39
console.log(`vec_version=${vec_version}`);
40
```
41
42
-The `load()` function is compatable with
+The `load()` function is compatible with
43
+[`node:sqlite`](https://nodejs.org/api/sqlite.html#class-databasesync),
44
[`better-sqlite3`](https://github.com/WiseLibs/better-sqlite3),
45
[`node-sqlite3`](https://github.com/TryGhost/node-sqlite3),
46
[`jsr:@db/sqlite`](https://jsr.io/@db/sqlite) (Deno), and
0 commit comments