saplingjs / db-driver-mongodb

🍃 MongoDB driver for Sapling

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Ensure each db method returns records

groenroos opened this issue · comments

Currently, what the db methods (read, write, modify and delete) return varies wildly. The return value should not be driver- or technology-specific; each method must return an array of the records affected.