Run the following samples in the order specified
Asynchronous Samples
Create/Open database
Set IndexedDB Version
Create Object Stores
Put Records
Create Index
Add Records
Get Records
Cursor update records
Index - Open key cursor
Index - Open Cursor
Index - Get
Index - Get Key
Cursor Delete Records
Delete Records
Clear Records
Delete Index
Delete Object Stores
Delete database
Synchronous Samples
Create/Open database
Set IndexedDB version
Create Object Stores
Open Object Stores
Put Records
Create Index
Put Records (within a transaction)
Add Records
Add Records (within a transaction)
Get Records
Index - Open Cursor
Index - Open Key Cursor
Index - Get Key
Delete Records
Delete Records (within a transaction)
Clear Records (within a transaction)
Delete Index
Delete Object Stores
Delete database