insertOrUpdateResume

abstract suspend fun insertOrUpdateResume(resume: ResumeEntity): Long

to insert or update the ResumeEntity

Return

id of the latest added ResumeEntity

See also

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

Parameters

resume

an instance of ResumeEntity