insertAll

abstract suspend fun insertAll(planets: List<PlanetRoomEntity>)

Inserts a list of planet entities into the database. If a conflict arises, the operation is ignored.

Parameters

planets

The list of planet entities to be inserted.