This repository was archived by the owner on Nov 15, 2024. It is now read-only.
mongo
Directory actions
More options
Directory actions
More options
mongo
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
parent directory.. | ||||
The mongo library provides a mongo client wrapper for the node mongo driver (mongo_client.js). It also provides the MongoCollection class (mongo_collection.js), which bridges the abstract DataCollection class to the mongo client. Only a limited set of what the mongo driver provides is supported in the MongoCollection class, but this can be expanded as needs arise.