persvr / perstore

CommonJS persistence/object storage based on W3C's object store API.
http://www.persvr.org/
96 stars 20 forks source link

update mongodb store to return the id after `put` #35

Closed neonstalwart closed 12 years ago

neonstalwart commented 12 years ago

the mongodb store is returning the object after doing a put. this changes it to return the id so that it is consistent with the API for stores.