Snapshot

public final class Snapshot
extension Snapshot: Comparable

The state of a WAL mode database at a specific point in history.

  • The owning database

    Declaration

    Swift

    public let database: Database
  • Declaration

    Swift

    public static func == (lhs: Snapshot, rhs: Snapshot) -> Bool
  • Declaration

    Swift

    public static func < (lhs: Snapshot, rhs: Snapshot) -> Bool