Elementary
is a an Object Relational Mapping framework that makes ORM capabilities
extremely simple to use. It supports mappings via both Xml files and
.NET Attributes
and provides many advanced ORM features:
- Mapping inheritance
- 1-1, 1-n and n-n relationships
- Lazy Loading
- Retrieval and persistence of child objects
- Automatic schema inference and validation
- Dynamic Objects
- Single and Composite Keys
- Access to underlying ADO.NET features
- And tons more!
Development Build