Libraries anvil sql connect

Connection connect(string url, string username, string password)
Creates connection to some database. Returned connection must be close with Connection.close method since connections returned are not pooled.
Throws SQLError -  If SQL error occured