Add database change notification

This commit is contained in:
Oleksii Zghurskyi 2025-11-09 17:23:08 +02:00
commit df17d21ec4
6 changed files with 84 additions and 112 deletions

View file

@ -5,5 +5,5 @@ public extension NotificationCenter {
///
/// Use this instance to post and observe notifications related to database lifecycle and
/// operations instead of using the shared `NotificationCenter.default`.
static let database = NotificationCenter()
static let databaseCenter = NotificationCenter()
}