plasmidhq / plasmid

A browser database with optional multi-device syncronization
http://plasmid.readthedocs.org/en/latest/
30 stars 1 forks source link

Expose custom meta data for saved objects #38

Closed ironfroggy closed 11 years ago

ironfroggy commented 11 years ago

Custom key/value pairs associated with saved objects, and synced with them, but outside the saved object itself and extensible by app plugins.

ex: store.add(key, value, meta) // include meta data when creating store.meta(key, metakey) // get an object's meta data store.meta(key, metakey, metavalue) // change meta data on an object