Variable: STORES
const STORES: Readonly<Record<string, string>>;
Defined in: packages/storage-dexie/src/schema.ts:27
Private tables carry the _rasd_ prefix reserved by docs/09 §1. They exist
so that adapter bookkeeping never shows up in the host-visible kv keyspace:
kv.keys() must return the host's keys and nothing else.