Skip to main content

sdk.default

Hierarchy

  • Dexie

    default

Constructors

constructor

new default(dbName)

Parameters

NameType
dbNamestring

Overrides

Dexie.constructor

Defined in

sdk/src/db/db.wrapper.ts:9

Properties

integrations

integrations: Table<IntegrationSchema, string>

Defined in

sdk/src/db/db.wrapper.ts:6


settings

settings: Table<SettingsSchema, number>

Defined in

sdk/src/db/db.wrapper.ts:7


AbortError

Static AbortError: DexieErrorConstructor

Inherited from

Dexie.AbortError


ConstraintError

Static ConstraintError: DexieErrorConstructor

Inherited from

Dexie.ConstraintError


DataCloneError

Static DataCloneError: DexieErrorConstructor

Inherited from

Dexie.DataCloneError


DataError

Static DataError: DexieErrorConstructor

Inherited from

Dexie.DataError


DatabaseClosedError

Static DatabaseClosedError: DexieErrorConstructor

Inherited from

Dexie.DatabaseClosedError


ForeignAwaitError

Static ForeignAwaitError: DexieErrorConstructor

Inherited from

Dexie.ForeignAwaitError


InternalError

Static InternalError: DexieErrorConstructor

Inherited from

Dexie.InternalError


InvalidAccessError

Static InvalidAccessError: DexieErrorConstructor

Inherited from

Dexie.InvalidAccessError


InvalidArgumentError

Static InvalidArgumentError: DexieErrorConstructor

Inherited from

Dexie.InvalidArgumentError


InvalidStateError

Static InvalidStateError: DexieErrorConstructor

Inherited from

Dexie.InvalidStateError


InvalidTableError

Static InvalidTableError: DexieErrorConstructor

Inherited from

Dexie.InvalidTableError


MissingAPIError

Static MissingAPIError: DexieErrorConstructor

Inherited from

Dexie.MissingAPIError


NoSuchDatabaseError

Static NoSuchDatabaseError: DexieErrorConstructor

Inherited from

Dexie.NoSuchDatabaseError


NotFoundError

Static NotFoundError: DexieErrorConstructor

Inherited from

Dexie.NotFoundError


OpenFailedError

Static OpenFailedError: DexieErrorConstructor

Inherited from

Dexie.OpenFailedError


PrematureCommitError

Static PrematureCommitError: DexieErrorConstructor

Inherited from

Dexie.PrematureCommitError


QuotaExceededError

Static QuotaExceededError: DexieErrorConstructor

Inherited from

Dexie.QuotaExceededError


ReadOnlyError

Static ReadOnlyError: DexieErrorConstructor

Inherited from

Dexie.ReadOnlyError


SchemaError

Static SchemaError: DexieErrorConstructor

Inherited from

Dexie.SchemaError


SubTransactionError

Static SubTransactionError: DexieErrorConstructor

Inherited from

Dexie.SubTransactionError


TimeoutError

Static TimeoutError: DexieErrorConstructor

Inherited from

Dexie.TimeoutError


TransactionInactiveError

Static TransactionInactiveError: DexieErrorConstructor

Inherited from

Dexie.TransactionInactiveError


UnknownError

Static UnknownError: DexieErrorConstructor

Inherited from

Dexie.UnknownError


UnsupportedError

Static UnsupportedError: DexieErrorConstructor

Inherited from

Dexie.UnsupportedError


UpgradeError

Static UpgradeError: DexieErrorConstructor

Inherited from

Dexie.UpgradeError


VersionChangeError

Static VersionChangeError: DexieErrorConstructor

Inherited from

Dexie.VersionChangeError


VersionError

Static VersionError: DexieErrorConstructor

Inherited from

Dexie.VersionError