MongoDBService
import { MongoDBService } from "https://raw.githubusercontent.com/mandarineorg/mandarinets/master/mod.ts";
class MongoDBService { }
constructor(connectionUrl: string);
private client: MongoClient;
public bson();
public close();
public getCollection<T = any>(db: Database | string, collectionName: string): Collection<T> | undefined;
public getDatabase(name: string): Database;
public async listDatabases(): Promise<Array<ListDatabaseInfo>>;