# Functions

No description provided by the author
NewLDBDatabase returns a LevelDB wrapped object.
No description provided by the author
NewTable returns a Database object that prefixes all keys with a given string.
NewTableBatch returns a Batch object which prefixes all keys with a given string.
No description provided by the author
No description provided by the author

# Constants

Code using batches should try to add this much data to the batch.

# Variables

No description provided by the author

# Structs

No description provided by the author
* This is a test memory database.

# Interfaces

No description provided by the author
No description provided by the author
Putter wraps the database write operation supported by both batches and regular databases.