insert

abstract suspend fun insert(image: ImageRoomEntity)

Inserts a single image into the local database. If a conflict occurs, the existing image is replaced.

Parameters

image

The image to be inserted.