Required Instance Methodgrdb 7.3.0GRDB

databaseDidChange

Called when the database was modified in some unspecified way.

TransactionObserver.swift:824
func databaseDidChange()

This method allows a transaction observer to handle changes that are not automatically detected. See TransactionObserver and notifyChanges(in:) for more information.

The exact nature of changes is unknown, but they comply to the observes(eventsOfKind:) test.