withMssqlTransaction

suspend fun <T> DatabaseClient<Pool>.withMssqlTransaction(function: suspend (DatabaseClient<MSSQLConnection>) -> T): T(source)