fun open(url: String, user: String, password: String): Database
Open a JDBC connection, and give a Database object representing it. See close, or, to automatically close the Database, withConnection.