Posted on

ORM – object relational mapping

Object Relational Mapping
Object Relational Mapping
ORM (Object-relational mapping) in computer science is a programming technique for converting data between incompatible type systems using object-oriented programming languages. This creates, in effect, a “virtual object database” that can be used from within the programming language.
Source: Wikipedia