Generic function
Connects to the specified database as the specified user.
connect database user => connection
<database>.
<user>.
<connection>.
sql
sql
Connects to the database database as the user user. Returns an instance of <connection> representing the connection to database.