update

suspend fun <T : Table> DatabaseClient<*>.update(table: T, where: () -> Op<Boolean>? = null, limit: Int? = null, body: T.(UpdateStatement) -> Unit): Int(source)