Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2020-04-25 | 1.3 kB | |
v0.2.0.tar.gz | 2020-04-25 | 179.3 kB | |
v0.2.0.zip | 2020-04-25 | 189.3 kB | |
Totals: 3 Items | 369.9 kB | 0 |
v0.2.0
Bug Fixes
- Fixed #9. We are now able to list the collections using
db.listCollections()
. - Fixed #11.
- Empty query operators
find({})
return all the documents in the collection. - If none of the documents match the query criteria, then
findOne
returnsnull
. - If none of the documents match the query criteria, then
find
returns[]
.
- Empty query operators
Breaking Changes
- The signatures of the following functions have changed:
Features
- Collection - binding db namespacing
- Following new functions have been added: