Create a StorageAdapter backed by a SQLite database file via
Drizzle ORM (drizzle-orm/better-sqlite3).
The adapter creates the fingerprints table automatically on the first
call to init(). Candidate pre-filtering uses a lightweight SQL WHERE
clause on JSON fields before running full in-process confidence scoring.
Create a StorageAdapter backed by a SQLite database file via Drizzle ORM (
drizzle-orm/better-sqlite3).The adapter creates the
fingerprintstable automatically on the first call toinit(). Candidate pre-filtering uses a lightweight SQLWHEREclause on JSON fields before running full in-process confidence scoring.