asg017 / sqlite-vec

A vector search SQLite extension that runs anywhere!
Apache License 2.0
4.26k stars 135 forks source link

Improve typescript type definition #98

Open himself65 opened 2 months ago

himself65 commented 2 months ago
interface Db {
    loadExtension(file: string): void;
}

should remove the second parameter for compatable with npm:sqlite3