Type alias MongoDBDatabase

MongoDBDatabase: {
    name: string;
    collection<T>(collectionName): MongoDBCollection<T>;
}

A remote MongoDB database enabling access to collections of objects.

Type declaration

Generated using TypeDoc