insertUser

abstract suspend fun insertUser(user: UserEntity)

Insert a new user into the database. Replaces existing entry if there is a conflict.

Parameters

user

The user entity to insert