ORM
Term side of the Card
Topic: Data Bases
Unit title: ORM
Categories: Concept, Tool
Explanation side of the Card
Explanation: The technique that enables mapping of objects in object-oriented programming languages to relational database tables. It simplifies database operations by enabling developers to manipulate data as objects, reducing the need for SQL queries.