DatabaseSnapshot

public final class DatabaseSnapshot : DatabaseReader

A DatabaseSnapshot sees an unchanging database content, as it existed at the moment it was created.

See DatabasePool.makeSnapshot()

For more information, read about “snapshot isolation” at https://sqlite.org/isolation.html

Interrupting Database Operations

Reading from Database