insertOrUpdateEducations

abstract suspend fun insertOrUpdateEducations(educations: List<EducationEntity>): List<Long>

to insert or update the EducationEntity

Return

id of the latest added EducationEntity

See also

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

Parameters

educations