IDB test

Open your console and try something like:

await idb.table1.put('value1', 'key1');
await idb.table1.get('key1');

Source and documentation: https://github.com/ljans/idb