DatabaseSnapshotReader

A type that sees an unchanging database content.

DatabaseReader.swift:713
protocol DatabaseSnapshotReader : DatabaseReader
Browse conforming types

Do not declare new conformances to DatabaseSnapshotReader. Only the built-in conforming types are valid.

The protocol comes with the same features and guarantees as DatabaseReader. On top of them, a DatabaseSnapshotReader always sees the same state of the database.

Reading from the Database