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