bredele / datastore

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

set/update and array #22

Open bredele opened 10 years ago

bredele commented 10 years ago
store.set(0,{
  name : 'amy'
});

Would it be nice to update a store array as following:

store.set(0,'name', 'olivier');