IDBWrapper Examples
There are a couple of examples to try out / look at:
- Quicktest - Just a quick test to see if IDB opens and fool around in the console.
- Basic CRUD - A basic CRUD example using an IDB store as fixed table.
- ObjectStore - An example to show the difference between a table and an object store.
- Index - An example to show how to work with indexes.
- Worker - An example to show how to work with IDBWrapper runnning inside of a worker.