Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface Schema<Value>

A database schema.

IndexedDB databases are made up of stores, mapping store name to StoreSchema.

Type parameters

Hierarchy

  • Schema

Indexable

[storeName: string]: StoreSchema<Value>

A database schema.

IndexedDB databases are made up of stores, mapping store name to StoreSchema.

Generated using TypeDoc