Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

§Variables

unwrap

§Functions

deleteDB

Delete a database.

openDB

Open a database.

wrap

Enhance an IDB object with helpers.

§Interfaces

DBSchema
DeleteDBCallbacks
IDBPCursor
IDBPCursorIteratorValue
IDBPCursorWithValue
IDBPCursorWithValueIteratorValue
IDBPDatabase
IDBPIndex
IDBPObjectStore
IDBPTransaction
OpenDBCallbacks
TypedDOMStringList

A variation of DOMStringList with precise string types

§Type Aliases

IndexKey

Extract the types of indexes in certain object stores from the DB schema type.

IndexNames

Extract the names of indexes in certain object stores from the DB schema type.

StoreKey

Extract database key types from the DB schema type.

StoreNames

Extract known object store names from the DB schema type.

StoreValue

Extract database value types from the DB schema type.