# Packages
No description provided by the author
No description provided by the author
No description provided by the author
Package leveldb implements the key-value database layer based on LevelDB.
Package memorydb implements the key-value database layer based on memory maps.
No description provided by the author
No description provided by the author
No description provided by the author
# Interfaces
DbProducer represents real db producer.
Droper is able to delete the DB.
FlushableKeyValueStore contains all the method for flushable databases, i.e.
KeyValueStore contains all the methods required to allow handling different key-value data stores backing the high level database.