internalInsert

abstract suspend fun internalInsert(items: Entity): Long
abstract suspend fun internalInsert(items: List<Entity>): List<Long>