IndexedDBConfig
Defined in: astrobase/src/indexeddb/indexeddb.ts:7
Configuration object for the IndexedDB channel driver.
Properties
Section titled “Properties”database?
Section titled “database?”
optional
database:string
Defined in: astrobase/src/indexeddb/indexeddb.ts:13
The IndexedDB database name.
Default
Section titled “Default”'astrobase'
table?
Section titled “table?”
optional
table:string
Defined in: astrobase/src/indexeddb/indexeddb.ts:19
The IndexedDB table name.
Default
Section titled “Default”'astrobase'