-
-
Notifications
You must be signed in to change notification settings - Fork 668
Dexie.table()
David Fahlander edited this page Mar 20, 2015
·
13 revisions
db.table(storeName)
storeName : String | The name of the store to retrieve |
The current transaction state will affect the resulting WriteableTable instance returned. So do not store the result of this property somewhere else beacuse then it stop executing its operations within the current transaction scope at the time you do operations on it. See this post that explains a bit of that.
Dexie.js - minimalistic and bullet proof indexedDB library