Skip to content

Allow passing options in the MongoDB driver #6958

@tmeasday

Description

@tmeasday

For example, to enable SSL validation (after #6957) - #5809 (comment)

This could look something like

Mongo.setConnectionOptions({...}); to be called by the user before they initialize any collections, setting some internal state that is read at the various points we call new MongoConnection.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions