Skip to content
This repository was archived by the owner on Nov 15, 2024. It is now read-only.

Latest commit

 

History

History
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.