useTransactionUnchecked

@Alpha
inline fun Jdbi.useTransactionUnchecked(crossinline block: (Handle) -> Unit)
@Alpha
inline fun Jdbi.useTransactionUnchecked(level: TransactionIsolationLevel, crossinline block: (Handle) -> Unit)

Temporary extension function for Jdbi.useTransaction.

This function WILL be deprecated and removed when not needed anymore.

See also

Jdbi.useTransaction