This is an archive of the old site. Visit the latest version at dexie.org.
export interface DBCoreQuery {
  index: DBCoreIndex;
  range: KeyRange;
}

See Also

Table of Contents