insert

abstract suspend fun insert(item: dbLike)

Inserts a new like into the "likes" table. If a like with the same primary key already exists, it will be replaced.

Parameters

item

The like to insert.