Exleveldb.Keys protocol

Source

Summary

to_key(name)

Implicitly converts integer, atom, or list keys to strings in order to please the binary LevelDB gods

Types

t :: term

Functions

to_key(name)

Implicitly converts integer, atom, or list keys to strings in order to please the binary LevelDB gods.

Source