gorp
Data Access Library
A library that simplifies data access and manipulation by reducing boilerplate code between Go structs and databases.
Go Relational Persistence - an ORM-ish library for Go
4k stars
104 watching
372 forks
Language: Go
last commit: about 2 months ago
Linked from 2 awesome lists
Related projects:
Repository | Description | Stars |
---|---|---|
go-gorm/gorm | A Go-based library providing an object-relational mapping (ORM) system for managing relational databases. | 37,145 |
volatiletech/sqlboiler | An ORM generator that creates a Go-based data access layer from an existing database schema. | 6,776 |
gonum/gonum | A set of libraries for numerical computations in the Go programming language. | 7,690 |
hashicorp/raft | A Go implementation of a distributed consensus algorithm | 8,321 |
aws/aws-sdk-go | Provides a set of libraries and tools to access and interact with Amazon Web Services | 8,656 |
golobby/orm | An object-relational mapper for the Go programming language. | 160 |
go-reform/reform | An ORM that uses non-empty interfaces and code generation to simplify interactions with databases. | 1,442 |
moovweb/gvm | A tool to manage multiple versions of the Go programming language in a single environment. | 10,422 |
golang/go | A programming language designed to build simple, reliable, and efficient software | 124,564 |
jasonlvhit/gocron | A Golang package for scheduling periodic Go function executions with customizable timing and frequency. | 3,468 |
go-kit/kit | A toolkit for building microservices in Go | 26,684 |
samber/mo | A comprehensive set of functional programming abstractions | 2,704 |
teh-cmc/go-internals | A comprehensive resource for understanding the inner workings of the Go programming language | 7,836 |
rubenv/sql-migrate | Tools and scripts for managing changes to a relational database schema in a Go application. | 3,248 |
go-rel/rel | A modern ORM layer for Golang | 772 |