This is an archive of the old site. Visit the latest version at dexie.org.

DBCoreTransactionMode

export type DBCoreTransactionMode = 'readonly' | 'readwrite';

Represents a transaction mode in DBCore.

Table of Contents