Connection
A connection is a low-level interface between and the MongoDB database.
Connection(url: String)
Connection(url: String)
Create a new connection to MongoDB.
connection.close(): Promise
connection.close(): Promise
Close the connection to MongoDB.
Last updated