rox v2.2.1 Rox.Cursor

Struct module representing a cursor for the Rox database

Link to this section Summary

Types

t()

A cursor for iterating over a database or column family

Link to this section Types

Link to this type mode()
mode() :: :start | :end | {:from, Rox.key, :forward | :backward}
Link to this type option()
option() :: {:decode_values, boolean}
Link to this type options()
options() :: [option]
Link to this type t()
t() :: %Rox.Cursor{mode: mode, options: options, resource: binary}

A cursor for iterating over a database or column family