plasmidhq / plasmid

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

Multi-property indexes #39

Open ironfroggy opened 11 years ago

ironfroggy commented 11 years ago

Should be able to define indexes of multiple properties. This is an important feature above what IndexedDB does natively. It would work by combining the properties into the meta data for an object, and indexing this combined copy. Thanks to cyclic reference support in IndexedDB, this will be very cheap.