MutedSqlDriver
class MutedSqlDriver(delegate: <Error class: unknown class>, val invalidationController: DbInvalidationController)
SqlDriver wrapper that can mute invalidations.
Important: SQLDelight itself will call driver.notifyListeners(...) after commit (transaction cleanup). By intercepting notifyListeners here, we effectively "mute" query invalidations globally without touching DAOs.
Constructors
Link copied to clipboard
constructor(delegate: <Error class: unknown class>, invalidationController: DbInvalidationController)