9namespace fs = std::filesystem;
Hierarchical key–value tree with JSON/YAML serialization.
Abstract provider of Node-based views of external data.
virtual std::shared_ptr< DBNode > provide_db_as_node()=0
Returns the underlying data as a DBNode tree.
virtual ~IDBNodeProvider()=default
IDBNodeProvider(fs::path src_path_)
Constructs a provider bound to a given source path.