gorm
ORM library
A Go-based library providing an object-relational mapping (ORM) system for managing relational databases.
The fantastic ORM library for Golang, aims to be developer friendly
37k stars
493 watching
4k forks
Language: Go
last commit: 7 days ago
Linked from 2 awesome lists
gogolanggormormweb
Related projects:
Repository | Description | Stars |
---|---|---|
doug-martin/goqu | An expressive SQL builder and executor for Go | 2,403 |
jinzhu/gorm | An ORM library for Go that enables interactive and declarative database interactions using a high-level API. | 640 |
volatiletech/sqlboiler | An ORM generator that creates a Go-based data access layer from an existing database schema. | 6,763 |
jirfag/go-queryset | A 100% type-safe ORM library with code generation for Go, supporting multiple databases. | 726 |
golang/go | A programming language designed to build simple, reliable, and efficient software | 124,071 |
go-gorp/gorp | A library that simplifies data access and manipulation by reducing boilerplate code between Go structs and databases. | 3,738 |
golobby/orm | An object-relational mapper for the Go programming language. | 159 |
go-rel/rel | A modern ORM layer for Golang | 770 |
xxjwxc/gormt | Automates conversion of MySQL database to Go structs using GORM | 2,359 |
gonum/gonum | A set of libraries for numerical computations in the Go programming language. | 7,632 |
go-gormigrate/gormigrate | A minimalistic migration helper for Gorm ORM to support proper schema versioning and migration rollback. | 1,046 |
eaigner/hood | An ORM library for Go, enabling the creation of structured databases with support for transactions, migrations, and validation. | 711 |
go-reform/reform | An ORM that uses non-empty interfaces and code generation to simplify interactions with databases. | 1,444 |
golang/tools | Provides tools and packages for static analysis and code transformation of Go programs. | 7,401 |
cweill/gotests | Generates Go test boilerplate from source code | 4,957 |