insert Or Update Skills
abstract suspend fun insertOrUpdateSkills(skills: List<SkillEntity>): List<Long>
Content copied to clipboard
to insert or update the SkillEntity
Return
id of the latest added SkillEntity
See also
https://www.sqlite.org/rowidtable.html
Parameters
skills
list of SkillEntity