We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Proposed Store API
load(klass, id, data, version) - load a record into the store
load(klass, id, data, version)
find(klass, id) - get a record from the store
find(klass, id)
fork() - create a fork of the store
fork()
merge(fork) - merge a fork back into the store, returns conflict objects
merge(fork)