mirror of
https://github.com/asg017/sqlite-vec.git
synced 2026-04-25 08:46:49 +02:00
update node.js doc (#162)
This commit is contained in:
parent
fd80b7b985
commit
d8b3684dd7
1 changed files with 2 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue