strus  0.17
Namespaces | Functions
database_leveldb.hpp File Reference

Exported functions of the library implementing the key/value store database interface with leveldb. More...

#include <string>

Go to the source code of this file.

Namespaces

 strus
 strus toplevel namespace
 

Functions

DatabaseInterface * strus::createDatabaseType_leveldb (const std::string &workdir, ErrorBufferInterface *errorhnd)
 Get the database interface implemented with leveldb with the functions for accessing the key/value store database. More...
 

Detailed Description

Exported functions of the library implementing the key/value store database interface with leveldb.