# Functions
BuilderWithOptions builds LevelDB storage with the given options and in the given path.
DefaultBuilder builds a LevelDB storage with default configuration.
MemoryBuilder builds in-memory storage.
New creates a new Storage backed by LevelDB.
NewFile retuns a new on-disk storage.
NewMemory returns a new in-memory storage.
NewMultiIterator returns an Iterator that iterates over the given subiterators.
NewNull returns a new Null storage.
# Type aliases
Builder creates a local storage (a persistent cache) for a topic table.