Crate leveldb_sys[][src]

Structs

Opaque handle representing an ongoing iteration process through the database. This handle is not thread safe.

Opaque handle representing options used when opening a database. May be discarded after use, using leveldb_free.

Opaque handle representing options used during a read operation. May be discarded after use, using leveldb_free.

Opaque handle representing an opened database. The handle is thread-safe.

Opaque handle representing options used during a read operation. May be discarded after use, using leveldb_free.

Enums

Functions

Close the database represented by a leveldb_t handle

Open the database at path name with the configurations set in options. In case of success, the return value represents an open database.

Create a new leveldb_options_t (not the database, but the database configuration!)

Deallocate a leveldb_options_t handle (not the database!)

Modify o to specify whether a new database should be created if none exists yet