PACS System 0.1.0
PACS DICOM system library
Loading...
Searching...
No Matches
sync_repository.h File Reference

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>
Include dependency graph for sync_repository.h:
This graph shows which files directly or indirectly include this file:

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
 

Detailed Description

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.

See also
Issue #542 - Implement Sync Manager for Bidirectional Synchronization
Issue #530 - PACS Client System Support (Parent Epic)
Issue #651 - Part 4: Migrate sync, viewer_state, prefetch repositories
Author
kcenon
Since
1.0.0

Definition in file sync_repository.h.