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

DBCoreSchema

export interface DBCoreSchema {
  name: string;
  tables: DBCoreTableSchema[];
}

Schema structure in DBCore.

See also DBCoreTableSchema

Table of Contents