-
-
Notifications
You must be signed in to change notification settings - Fork 669
Dexie.table()
David Fahlander edited this page Jun 21, 2016
·
13 revisions
db.table(storeName)
storeName : String | The name of the store to retrieve |
In Dexie version < 1.4.0, the current transaction state did affect the resulting WriteableTable instance returned. Since version 1.4.0 and above, you can store the resulting table and reuse it whenever you need it. It will adapt to the ongoing transaction when being used.
Dexie.js - minimalistic and bullet proof indexedDB library