db: Dexie & {
    graphs: EntityTable<Graph, "id">;
} = ...

Database instance to work with IndexedDB.