Fix ORM title (#3682)

Update title. Orms to ORMs
pull/3686/head
Yerkebulan 2 years ago committed by GitHub
parent 148bfd8736
commit e0d70950ac
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      src/data/roadmaps/software-design-architecture/content/108-enterprise-patterns/110-orms.md

@ -1,4 +1,4 @@
# Orms # ORMs
ORM stands for Object-Relational Mapping, it is a technique used in enterprise application development to map between the object-oriented programming model and the relational database model. It allows developers to work with objects in their code, while the ORM tool takes care of translating those objects into the appropriate database operations. ORM stands for Object-Relational Mapping, it is a technique used in enterprise application development to map between the object-oriented programming model and the relational database model. It allows developers to work with objects in their code, while the ORM tool takes care of translating those objects into the appropriate database operations.

Loading…
Cancel
Save