From e0d70950ac71ff36b5a899b9a954e7dd86679f42 Mon Sep 17 00:00:00 2001 From: Yerkebulan Date: Tue, 21 Mar 2023 01:39:28 +0600 Subject: [PATCH] Fix ORM title (#3682) Update title. Orms to ORMs --- .../content/108-enterprise-patterns/110-orms.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/data/roadmaps/software-design-architecture/content/108-enterprise-patterns/110-orms.md b/src/data/roadmaps/software-design-architecture/content/108-enterprise-patterns/110-orms.md index b266f2850..968b5f69e 100644 --- a/src/data/roadmaps/software-design-architecture/content/108-enterprise-patterns/110-orms.md +++ b/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. @@ -6,4 +6,4 @@ ORMs are designed to abstract away the complexity of working with a relational d Learn more from the following links: -- [Why do you need an ORM?](https://enterprisecraftsmanship.com/posts/do-you-need-an-orm/) \ No newline at end of file +- [Why do you need an ORM?](https://enterprisecraftsmanship.com/posts/do-you-need-an-orm/)