Connection
import { Connection } from 'Blini'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(): PromiseClose the connection to MongoDB.
Last updated
Was this helpful?