ORE Studio 0.0.4
Loading...
Searching...
No Matches
Classes | Functions
ores::variability::repository Namespace Reference

Database persistence layer for variability domain types. More...

Classes

struct  feature_flags_entity
 Represents a feature flag in the database. More...
 
class  feature_flags_mapper
 Maps feature flags domain model entities to data storage layer and vice-versa. More...
 
class  feature_flags_repository
 Reads and writes feature flags from data storage. More...
 

Functions

std::ostream & operator<< (std::ostream &s, const feature_flags_entity &v)
 

Detailed Description

Database persistence layer for variability domain types.

Provides ORM support using sqlgen including entities, mappers, and repositories for feature_flag. Supports temporal versioning with valid_from/valid_to fields.