Variable MongoDBDriverConst

MongoDBDriver: typeof MongoDBDriver = MongoDBDriverMain

The MongoDBDriver class for the GoodDB package

Example

const db = new GoodDB(new MongoDBDriver({
uri: 'mongodb://localhost:27017'
}));