-
-
Notifications
You must be signed in to change notification settings - Fork 652
WriteableTable.update()
David Fahlander edited this page Apr 10, 2014
·
9 revisions
Adds new or updates existing object in the object store.
table.put(item, [key])
item | Object to add | |
key | Primary key | optional |
If an object with the same primary already exist, it will be replaced with given object. If it does not exist, it will be added.
Dexie.js - minimalistic and bullet proof indexedDB library