|
PACS System 0.1.0
PACS DICOM system library
|
Repository for sync persistence. More...
#include "kcenon/pacs/client/sync_types.h"#include <kcenon/common/patterns/result.h>#include <memory>#include <optional>#include <string>#include <string_view>#include <vector>

Go to the source code of this file.
Classes | |
| class | kcenon::pacs::storage::sync_repository |
| Repository for sync persistence (legacy SQLite interface) More... | |
Namespaces | |
| namespace | kcenon |
| namespace | kcenon::pacs |
| namespace | kcenon::pacs::storage |
Repository for sync persistence.
This file provides the sync_repository class for persisting sync configurations, conflicts, and history in the database.
When compiled with PACS_WITH_DATABASE_SYSTEM, uses pacs_database_adapter for database operations. Otherwise, uses direct SQLite access.
Definition in file sync_repository.h.