insert

abstract infix fun <T : Any> insert(row: T): Uni<Void>
abstract fun <T : Any> insert(vararg rows: T): Uni<Void>