wallet::SQLiteDatabase::SQLiteDatabase

Constructors

Synopses

Declared in <wallet/sqlite.h>

Default construction is disabled.

SQLiteDatabase() = delete;
» more...

Create DB handle to real database

SQLiteDatabase(
    fs::path const& dir_path,
    fs::path const& file_path,
    DatabaseOptions const& options);
» more...

Parameters

NameDescription
dir_pathDirectory containing the database file.
file_pathName of the database file within the directory.
optionsOptions controlling how the database is opened.