MergeMarkerDao

Tracks which source databases have already been merged into this (canonical) database. See MergeMarkerEntity.

Functions

Link copied to clipboard
abstract suspend fun insertMarker(marker: MergeMarkerEntity)

IGNORE keeps the earliest marker on a re-run; the row's mere existence is what matters, not its timestamp.

Link copied to clipboard
abstract suspend fun isMerged(sourceDbName: String): Boolean