Описание тега orm
Object-relational mapping (ORM) is a technique for mapping object-oriented systems to relational databases. Use other tags to indicate the programming language ([java], [sql], [python]), database system ([postgreSQL], content management system ([django]), framework ([flask], [spring], [laravel]), application environment ([android], [node.js]), and other tags that can be used for searches and have watchers.
Object-Relational Mapping
Object-Relational Mapping (ORM) is a technique for mapping object-oriented systems to 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-relationalmapping.
Resources
- Wikipedia
- Anders Hejlsberg
- http://en.wikipedia.org/wiki/List_of_object-relational_mapping_software
- http://en.wikipedia.org/wiki/Comparison_of_object-relational_mapping_software
Related tags