insertOrUpdateProjects

abstract suspend fun insertOrUpdateProjects(projects: List<ProjectEntity>): List<Long>

to insert or update the ProjectEntity

Return

id of the latest added ProjectEntity

See also

https://www.sqlite.org/rowidtable.html

Parameters

projects