Create a new unconnected DB
Opens a new connection to a levelDB database on creation
Force database to close on destruction, cleans up library memory
Deletes a key from the db
finds an entry in the db or returns the default value Example
Gets an entry from the DB
Gets an entry from the DB as a Slice.
Short cut iterator, treate the db like an iterator
Opens a new connection to a levelDB database
Inserts/Updates a given value at a given key.
Sublmits a BatchWrite to the DB.
Close DB connection, also frees _db pointer in leveldb lib
Tests if the database is open
Returns a readonly snapshot
LevelDB DB