go-gorm/gorm
# The fantastic ORM library for Golang, aims to be developer friendly
$ git clone https://github.com/go-gorm/gorm.git
stars
39,882
forks
4,165
language
Go
license
MIT License
What is go-gorm/gorm?
GORM is an object-relational mapping (ORM) library for Go that simplifies database interactions by allowing developers to work with databases using Go structs instead of writing raw SQL queries. Developers use GORM to reduce boilerplate code, handle common database operations like CRUD and migrations automatically, and write more maintainable database code across different SQL databases.
Links
Topics
Activity
511 open issues · last updated Jul 21, 2026