|
PACS System 0.1.0
PACS DICOM system library
|
Database configuration. More...
#include <config.h>

Public Attributes | |
| std::filesystem::path | path {"./pacs.db"} |
| Path to SQLite database file. | |
| bool | wal_mode {true} |
| Enable WAL (Write-Ahead Logging) mode for better concurrency. | |
| std::filesystem::path kcenon::pacs::example::database_config::path {"./pacs.db"} |
Path to SQLite database file.
Definition at line 59 of file config.h.
Referenced by kcenon::pacs::example::pacs_server_app::setup_database().
| bool kcenon::pacs::example::database_config::wal_mode {true} |
Enable WAL (Write-Ahead Logging) mode for better concurrency.
Definition at line 62 of file config.h.
Referenced by kcenon::pacs::example::pacs_server_app::setup_database().