db9010 / com.jovial.db9010 / Database / open

open

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.