add Go orms introduction (#2363)

* add Go orms introduction

* Update content/roadmaps/109-golang/content/103-go-orms/readme.md

* Update content/roadmaps/109-golang/content/103-go-orms/readme.md

Co-authored-by: Kamran Ahmed <kamranahmed.se@gmail.com>
revert-2341-remove_nodejs_errors
Odyseya 2 years ago committed by GitHub
parent 0fb605be2d
commit 3fad96aa10
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 6
      content/roadmaps/109-golang/content/103-go-orms/readme.md

@ -1 +1,5 @@
# Go orms # ORMs
Object–relational mapping (ORM, O/RM, and O/R mapping tool) in computer science is a programming technique for converting data between type systems using object-oriented programming languages. This creates, in effect, a "virtual object database", hence a layer of abstraction, that can be used from within the programming language.
Most common ORM library in Go is [GORM](https://gorm.io/).
Loading…
Cancel
Save