Module: Opencdd::Model

Defined in:
lib/opencdd/model.rb,
lib/opencdd/model/entity_store.rb,
lib/opencdd/model/yaml_database.rb

Overview

Database-level YAML persistence helpers. Entity-level YAML serialization lives on Opencdd::Entity::Yaml (the deepened adapter inside Entity's namespace). This module holds the whole-database YAML wrapper and the per-entity file store.

Defined Under Namespace

Classes: EntityStore, YamlDatabase