rox v2.2.0 Rox.Snapshot

Struct module representing a handle for a database snapshot.

Snapshots support all read operations that a Rox.DB supports, and implement Enumerable, but not Collectable

Link to this section Summary

Types

t()

A reference to a RocksDB database snapshot

Link to this section Types

Link to this type t()
t() :: %Rox.Snapshot{db: Rox.DB.t, reference: reference, resource: binary}

A reference to a RocksDB database snapshot