withHandleUnchecked

@Alpha
inline fun <R> Jdbi.withHandleUnchecked(crossinline block: (Handle) -> R): R

Temporary extension function for Jdbi.withHandle.

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

See also

Jdbi.withHandle