| Author: |
mchahn |
| Created: |
7/11/2005 12:16:29 PM |
| Last Updated: |
10/15/2005 1:40:05 PM |
Coral supports C# and Firebird. CORAL stands for Cached Object-Relational Abstraction Layer.
It is very lightweight compared to other ORM architectures like dOOdads.
It is a very thin layer mapping rows directly into objects with little overhead.
The objects are not inherited from any base class, so each object consumes only the memory
required by its actual fields.
The instructions are included at the top of the template file.
Changes in 2.0:
ArrayList results replaced by List<class>
Added debug feature
|