Interface for a key-value database layout. Example: { 'table1': { indexes: [ { keyPath: 'key1' }, { keyPath: 'key2' }, ], }, }
The tables in the database. The primary key of each table is automatically generated by the database.
The version of the layout.
Interface for a key-value database layout. Example: { 'table1': { indexes: [ { keyPath: 'key1' }, { keyPath: 'key2' }, ], }, }