Alvansea

Results 2 issues of Alvansea

add populate feature, which is similar to include, that support where query. More details please refer to [./test/populate.test.js](https://github.com/Alvansea/jugglingdb/blob/feature-populate/test/populate.test.js)

/lib/include.js line 25: `AbstractClass.include = function (objects, include, cb) {` If objects length is 0, and include is an array with multiple items, the cb will be executed several times....