gds_software.erd.elements¶
ERD element declarations -- frozen Pydantic models for user-facing declarations.
Bases: BaseModel
An entity in an ER diagram.
Maps to: GDS Entity with StateVariables for each attribute.
Source code in packages/gds-software/gds_software/erd/elements.py
Bases: BaseModel
An attribute of an ERD entity.
Maps to: GDS StateVariable within an Entity.