Create DB handle

Synopsis

Declared in <wallet/migrate.h>

BerkeleyRODatabase(
    fs::path const& filepath,
    bool open = true);

Parameters

Name

Description

filepath

Path to the BerkeleyDB file to read.

open

Whether to open and read the file immediately.

Created with MrDocs