query

fun query(block: Connection.() -> Unit)

Get a hold of a Connection to execute queries. If you're going to do any write operations then you should use tx instead.