-
-
Notifications
You must be signed in to change notification settings - Fork 641
Table
David Fahlander edited this page Apr 15, 2014
·
28 revisions
The Table class represents an IDBObjectStore.
- Table
The name of the object store represented by this Table instance.
The table schema of this object store.
Retrieve object by primary key.
Retrieve objects using a query.
Count all objects.
Get the first N objects in store.
Iterate all objects in store.
Get an array containing all objects in store.
Return a Collection instance ordered by given index.
Map this table to javascript constructor function.
Define a javascript constructor function and map to this table.
Dexie.js - minimalistic and bullet proof indexedDB library