-
-
Notifications
You must be signed in to change notification settings - Fork 641
WriteableTable
The WriteableTable class represents an IDBObjectStore opened from an "rw" transaction or retrieved from Dexie.table()
-
Table
- WriteableTable
The name of the object store represented by this Table instance.
The table schema of this object store.
Insert an object into store.
Apply given changes to an existing object.
Replace or insert object.
Apply given changes on each object in store.
Delete an object from store.
Clear all objects in store.
Methods derived from Table
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.
Get a WriteableCollection containing all objects in store.
Return a WriteableCollection 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