#include <attributes.h>
#include <serialize.h>
#include <span.h>
#include <streams.h>
#include <util/check.h>
#include <util/fs.h>
#include <cstddef>
#include <exception>
#include <memory>
#include <optional>
#include <stdexcept>
#include <string>
Go to the source code of this file.
|
| namespace | dbwrapper_private |
| | These should be considered an implementation detail of the specific database.
|
◆ DestroyDB()
| bool DestroyDB |
( |
const std::string & | path_str | ) |
|
◆ DBWRAPPER_MAX_FILE_SIZE
| const size_t DBWRAPPER_MAX_FILE_SIZE = 32 << 20 |
|
static |
◆ DBWRAPPER_PREALLOC_KEY_SIZE
| const size_t DBWRAPPER_PREALLOC_KEY_SIZE = 64 |
|
static |
◆ DBWRAPPER_PREALLOC_VALUE_SIZE
| const size_t DBWRAPPER_PREALLOC_VALUE_SIZE = 1024 |
|
static |