IDBCatalog - underlying App/Key/Value catalog persistence This non-interface class implements the actual persistence using IndexedDBAdapter.

Hierarchy

  • IDBCatalog

Constructors

Properties

db?: IDBDatabase

Methods

  • Parameters

    • app: any
    • key: any

    Returns Promise<{
        app: string;
        appkey: string;
        id: number;
        key: string;
        val: string;
    } | {
        id: 0;
        success: false;
    }>

Generated using TypeDoc