bredele / datastore

:hamster: Bloat free and flexible interface for data store and database access.
101 stars 9 forks source link

set and update #7

Closed bredele closed 10 years ago

bredele commented 10 years ago

we should be able to do something like:

store.set({
  key: val
});

it doesn't make a reset but update or add.

bredele commented 10 years ago

How can we do that with an array?