leveldb

Undocumented in source.

Modules

db
module leveldb.db

* D-LevelDB DateBase Object * * This is the main database object. This object connects to a Leveldb database. * * Copyright: Copyright © 2013 Byron Heads * License: <a href="http://www.boost.org/LICENSE_1_0.txt">Boost License 1.0</a>. * Authors: Byron Heads * * Example:

exceptions
module leveldb.exceptions

* D-LevelDB Exceptions * * The library code should only throw these kind of exceptions. * * Copyright: Copyright © 2013 Byron Heads * License: <a href="http://www.boost.org/LICENSE_1_0.txt">Boost License 1.0</a>. * Authors: Byron Heads

options
module leveldb.options

* D-LevelDB Options * * Database config, read and write options * * Copyright: Copyright © 2013 Byron Heads * License: <a href="http://www.boost.org/LICENSE_1_0.txt">Boost License 1.0</a>. * Authors: Byron Heads

slice
module leveldb.slice

* D-LevelDB Slice * * Pointer Slice * * Copyright: Copyright © 2013 Byron Heads * License: <a href="http://www.boost.org/LICENSE_1_0.txt">Boost License 1.0</a>. * Authors: Byron Heads

writebatch
module leveldb.writebatch

* D-LevelDB Write Batch * * WriteBatch holds multiple writes that can be applied to an open DB in a sinlge * atomic update. * * Copyright: Copyright © 2013 Byron Heads * License: <a href="http://www.boost.org/LICENSE_1_0.txt">Boost License 1.0</a>. * Authors: Byron Heads

Public Imports

leveldb.db
public import leveldb.db, leveldb.exceptions, leveldb.slice, leveldb.options;
leveldb.exceptions
public import leveldb.db, leveldb.exceptions, leveldb.slice, leveldb.options;
leveldb.slice
public import leveldb.db, leveldb.exceptions, leveldb.slice, leveldb.options;
leveldb.options
public import leveldb.db, leveldb.exceptions, leveldb.slice, leveldb.options;

Members

Static variables

LEVELDB_MAJOR_VERSION
int LEVELDB_MAJOR_VERSION;
LEVELDB_MINOR_VERSION
int LEVELDB_MINOR_VERSION;
Undocumented in source.

Meta