Roadmap to becoming a developer in 2022
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
Odyseya 3fad96aa10
add Go orms introduction (#2363)
2 years ago
..
100-gorm.md Added contents for Go Roadmap ( Packages, Urfave cli, Gorm, Beego, Gin, Revel ) (#1933) 2 years ago
readme.md add Go orms introduction (#2363) 2 years ago

readme.md

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.