|
PACS System 0.1.0
PACS DICOM system library
|
Database schema migration runner. More...
#include "migration_record.h"#include <kcenon/common/patterns/result.h>#include <functional>#include <memory>#include <string>#include <string_view>#include <vector>

Go to the source code of this file.
Classes | |
| class | kcenon::pacs::storage::migration_runner |
Namespaces | |
| namespace | kcenon |
| namespace | kcenon::pacs |
| namespace | kcenon::pacs::storage |
Typedefs | |
| using | kcenon::pacs::storage::migration_function = std::function<VoidResult(sqlite3* db)> |
| Function type for migration implementations (SQLite) | |
Database schema migration runner.
This file provides the migration_runner class for managing database schema evolution through versioned migrations.
When compiled with PACS_WITH_DATABASE_SYSTEM, uses pacs_database_adapter for consistent database abstraction. Otherwise, uses direct SQLite prepared statements.
Definition in file migration_runner.h.