Construct a database handle with extra SQLite open flags.
Declared in <wallet/sqlite.h>
SQLiteDatabase(
fs::path const& dir_path,
fs::path const& file_path,
DatabaseOptions const& options,
int additional_flags);
| Name | Description |
|---|---|
| dir_path | Directory containing the database file. |
| file_path | Name of the database file within the directory. |
| options | Options controlling how the database is opened. |
| additional_flags | Extra flags passed to SQLite when opening. |