rox v1.2.2 Rox.ColumnFamily

Struct module representing a handle for a column family within a database.

For working with the column family, see the functions in the top level Rox module.

Implements the Collectable and Enumerable protocols.

Link to this section Summary

Types

t()

A reference to a RocksDB column family

Link to this section Types

Link to this type name()
name() :: binary
Link to this type t()
t() :: %Rox.ColumnFamily{cf_resource: binary, db_reference: reference, db_resource: binary, name: binary}

A reference to a RocksDB column family