GoodDB
    Preparing search index...

    Interface MongoDBDriverOptions

    interface MongoDBDriverOptions {
        database?: string;
        uri: string;
    }
    Index

    Properties

    Properties

    database?: string
    uri: string