diskDB
diskDB copied to clipboard
A Lightweight Disk based JSON Database with a MongoDB like API for Node
May i know, what is maximum storage limit(size) in mb or gb for diskdb
### Feature Request Summary I think the option to suppress success/error console log messages upon connecting to a collection would be useful. This would be useful in cases where disk...
I have Fixed The Issue Please Merge My Branch So I Can Proceed To Adding Type Support for This Package
I tried to create a type definition for this lib to easily implement it in typescript with loadCollections method just adding the collection object in the dbDisk object in way...
It'd be cool to be able to query DiskDB using "Logical Query Operators": https://docs.mongodb.com/manual/reference/operator/query-logical/ Use case: https://github.com/ecaresoft/taxi-driver/issues/4
Similar to #22, if you do a `.remove()` with multiple criteria, each thing that matches one of the criteria is removed, not everything that matches *all* the criteria. Right now...
Both functions selected members of the collections whenever any of the parameters matched instead of all of them
Sorting would be awesome feature for this awesome library. I mean like those ORDER BY ASC / DESC in MySQL.