//jdbc-driver/com.squareup.sqldelight.sqlite.driver/JdbcDriver/connectionAndClose
connectionAndClose
[jvm]
Content
fun connectionAndClose(): Pair<Connection, () -> Unit>
More info
Returns a Connection and handler which closes the connection after the transaction finished.