Example
As it can be seen on the picture above, in indexed db in order to access the data you need to have:
- Open a connection to the desired database
- Open a transaction which can be read only or read write
- Open a cursor or index which can be used for filtering the data
- In the cursor request - onsuccess event you can access your data