insertOrUpdate

open suspend fun insertOrUpdate(items: List<Entity>): List<Entity>
open suspend fun insertOrUpdate(item: Entity): Entity