MCPcopy Create free account
hub / github.com/celerforge/freenote /

Class

src/lib/db/index.ts:7–7  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5import Dexie, { EntityTable } from "dexie";
6
7class FreeNoteDB extends Dexie {
8 notes!: EntityTable<Note, "id">;
9 embeddings!: EntityTable<Embedding, "id">;
10 chats!: EntityTable<Chat, "id">;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected