openRecordStore


function openRecordStore(name: string): recordStore;

Open the record store with the name 'name'. If the record store does not exist, an empty record store is created.

See also: working with record stores