Database Observation

Observe database changes and transactions.

DatabaseObservation.md

Overview

SQLite notifies its host application of changes performed to the database, as well of transaction commits and rollbacks.

GRDB puts this SQLite feature to some good use, and lets you observe the database in various ways:

Observing Database Values

Observing Database Transactions

Low-Level Transaction Observers

Database Regions