quick-mongo-super v2.1.0
v2.1.0
- Added a
size
property inQuickMongo
class that determines the number of keys in the root of the database. Equivalent toQuickMongo.keys().length
. - Added a
TKeys
type parameter inQuickMongo.keys()
method that determines the type of returned keys. - Added a check if the device is online (connected to the internet) when connecting to online (non-local) MongoDB cluster.
- Small bugfixes and improvements.
- Typos fixes.