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
496 watching
4k forks
Language: Go
last commit: about 1 month ago
Linked from 2 awesome lists
gogolanggormormweb
Related projects:
Repository | Description | Stars |
---|---|---|
doug-martin/goqu | An expressive SQL builder and executor for Go | 2,424 |
jinzhu/gorm | An ORM library for Go that enables interactive and declarative database interactions using a high-level API. | 643 |
volatiletech/sqlboiler | An ORM generator that creates a Go-based data access layer from an existing database schema. | 6,776 |
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,564 |
go-gorp/gorp | A library that simplifies data access and manipulation by reducing boilerplate code between Go structs and databases. | 3,739 |
golobby/orm | An object-relational mapper for the Go programming language. | 160 |
go-rel/rel | A modern ORM layer for Golang | 772 |
xxjwxc/gormt | Automates conversion of MySQL database to Go structs using GORM | 2,372 |
gonum/gonum | A set of libraries for numerical computations in the Go programming language. | 7,690 |
go-gormigrate/gormigrate | A minimalistic migration helper for Gorm ORM to support proper schema versioning and migration rollback. | 1,055 |
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,442 |
golang/tools | Provides tools and packages for static analysis and code transformation of Go programs. | 7,430 |
cweill/gotests | Generates Go test boilerplate from source code | 4,975 |