Connecting
To connect to a database, use the connect(connectionURL)
method. For a list of supported protocols, reference the supported databases.
declare function connect(connectionURL: string): Driver<any>;
This function returns the Driver
for the URI provided.