update node.js doc (#162)

This commit is contained in:
Alex Yang 2025-01-23 19:10:43 -08:00 committed by GitHub
parent fd80b7b985
commit d8b3684dd7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -39,7 +39,8 @@ const { vec_version } = db
console.log(`vec_version=${vec_version}`);
```
The `load()` function is compatable with
The `load()` function is compatible with
[`node:sqlite`](https://nodejs.org/api/sqlite.html#class-databasesync),
[`better-sqlite3`](https://github.com/WiseLibs/better-sqlite3),
[`node-sqlite3`](https://github.com/TryGhost/node-sqlite3),
[`jsr:@db/sqlite`](https://jsr.io/@db/sqlite) (Deno), and