insertAndReturn

abstract infix fun <T : Any> insertAndReturn(row: T): Uni<T>
abstract fun <T : Any> insertAndReturn(vararg rows: T): Multi<T>