[#wallet-SQLiteDatabase-2constructor-0c] = xref:wallet.adoc[wallet]::xref:wallet/SQLiteDatabase.adoc[SQLiteDatabase]::SQLiteDatabase :relfileprefix: ../../ :mrdocs: Construct a database handle with extra SQLite open flags. == Synopsis Declared in `<wallet/sqlite.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- SQLiteDatabase( xref:fs/path.adoc[fs::path] const& dir_path, xref:fs/path.adoc[fs::path] const& file_path, xref:wallet/DatabaseOptions.adoc[DatabaseOptions] const& options, int additional_flags); ---- == Parameters [cols="1,4"] |=== | 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. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#