insertAll

abstract suspend fun insertAll(users: List<UserRoomEntity>)

Inserts a list of user entities into the database. If a conflict arises, the existing entries are replaced.

Parameters

users

The list of user entities to be inserted.