ForerunnerDB
ForerunnerDB copied to clipboard
Update All CRUD Calls to Use REST Principals
Return array or object from calls such as insert, upsert etc that represent the documents worked on. On insert for instance we currently return "inserted" and "failed" arrays. This should only be an array of inserted documents. Where one fails, all inserts for that operation should fail (atomic operations).