Thread: What is ORM?
View Single Post
Old 11-17-2017, 04:53 AM   #12
Jackulin
Registered User
 
Join Date: Nov 2017
Posts: 105
Object-relational mapping (ORM, O/RM, and O/R mapping tool) 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.
Jackulin is offline   Reply With Quote