-
-
Notifications
You must be signed in to change notification settings - Fork 641
WriteableTable
David Fahlander edited this page Mar 17, 2014
·
19 revisions
The WriteableTable class represents an IDBObjectStore opened from an "rw" transaction.
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.
Insert an object into store.
Update or insert an object into store.
Delete an object from store.
Clear store.
Apply given changes on each object in store.
Dexie.js - minimalistic and bullet proof indexedDB library