Skip to content
Erik Bryn edited this page Jul 6, 2013 · 2 revisions

Proposed Store API

load(klass, id, data, version) - load a record into the store

find(klass, id) - get a record from the store

fork() - create a fork of the store

merge(fork) - merge a fork back into the store, returns conflict objects

Clone this wiki locally