Skip to main content

typings.IDBService

Type parameters

Name
DB
Collection

Methods

getCollection

getCollection(name): ServiceCallResult<Collection>

Parameters

NameType
namestring

Returns

ServiceCallResult<Collection>

Defined in

typings/lib/sdk/db.d.ts:5


getDb

getDb(): ServiceCallResult<DB>

Returns

ServiceCallResult<DB>

Defined in

typings/lib/sdk/db.d.ts:4


open

open(version): ServiceCallResult<DB>

Parameters

NameType
versionnumber

Returns

ServiceCallResult<DB>

Defined in

typings/lib/sdk/db.d.ts:3