Connect to a database.
Usage
connect( host, port=5432, )
host: str
Database hostname.
port: int = 5432
Port number.
object
Connection object.