rox v1.0.1 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.

Summary

Types

t()

A reference to a RocksDB column family

Types

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

A reference to a RocksDB column family