Connection
import { Connection } from 'Blini'
A connection is a low-level interface between
Connection(url: String)
Create a new connection to MongoDB.
connection.close(): Promise
Close the connection to MongoDB.