Object-Relational Mapping tools are the must-have features of rapid application development today. They provide an interface to the programmer to write the DB schema and query it using a programming language that he/she knows. They are the adapters in between the programming style and the declarative style of SQL. [Continue]


