Object-Relational Mapping
Object-Relational Mapping (ORM) is a technique for mapping between object-oriented systems and relational databases. This creates, in effect, a “virtual object database” that can be used from within the programming language. There are both free and commercial packages available that perform object-relational mapping.
Resources
- Wikipedia
- Anders Hejlsberg
- List of object-relational mapping software
- Comparison of object-relational mapping software
NOTE: The content of this tag was originally posted at StackOverflow.com
Is there a good object-relational-mapping library for PHP? I know of PDO/ADO, but they seem to o...
- Wayne asked 16 years ago
- last active 12 years ago