Skip to content

Commit 6574e76

Browse files
authored
Add topic "ORM"
1 parent 02718cf commit 6574e76

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

topics/orm/index.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
---
2+
display_name: Object–relational mapping
3+
short_description: Object–relational mapping is a technique with which records from relational databases are mapped to objects.
4+
aliases: object-relational-mapping, object-relational-mapper
5+
topic: orm
6+
related: object-document-mapper, odm, data-mapper, active-record, database-abstraction, database-abstraction-layer, data-access-object, object-oriented, oop
7+
wikipedia_url: https://en.wikipedia.org/wiki/Object%E2%80%93relational_mapping
8+
---
9+
**Object–relational mapping** (ORM) is a technique with which records from relational databases are mapped to objects using an object-relational mapper in the programming language in which they are used.

0 commit comments

Comments
 (0)