mirror of
https://github.com/asg017/sqlite-vec.git
synced 2026-04-25 00:36:56 +02:00
Merge branch 'main' of github.com:asg017/sqlite-vec
This commit is contained in:
commit
194789c9ff
1 changed files with 2 additions and 1 deletions
|
|
@ -39,7 +39,8 @@ const { vec_version } = db
|
||||||
console.log(`vec_version=${vec_version}`);
|
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),
|
[`better-sqlite3`](https://github.com/WiseLibs/better-sqlite3),
|
||||||
[`node-sqlite3`](https://github.com/TryGhost/node-sqlite3),
|
[`node-sqlite3`](https://github.com/TryGhost/node-sqlite3),
|
||||||
[`jsr:@db/sqlite`](https://jsr.io/@db/sqlite) (Deno), and
|
[`jsr:@db/sqlite`](https://jsr.io/@db/sqlite) (Deno), and
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue