Skip to content

Commit

Permalink
update node.js doc (#162)
Browse files Browse the repository at this point in the history
  • Loading branch information
himself65 authored Jan 24, 2025
1 parent fd80b7b commit d8b3684
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion site/using/js.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d8b3684

Please sign in to comment.