insert

abstract suspend fun insert(planet: PlanetRoomEntity)

Inserts a single planet entity into the database. If a conflict arises, the operation is ignored.

Parameters

planet

The planet entity to be inserted.