go-structured-query
Query builder
Automates the creation and execution of SQL queries to simplify data access and mapping
Type safe SQL query builder and struct mapper for Go
196 stars
3 watching
11 forks
Language: Go
last commit: about 2 years ago
Linked from 2 awesome lists
data-mappergomysqlpostgresquery-buildersqltype-safe
Related projects:
Repository | Description | Stars |
---|---|---|
aldy505/bob | A Go library for constructing and building SQL queries in a type-safe manner. | 17 |
twharmon/gosql | A query builder library for Go that simplifies the creation and manipulation of SQL databases. | 32 |
cristalhq/builq | A simple and safe Go library for building SQL queries with parameter indexing. | 91 |
leporo/sqlf | A fast and flexible SQL query builder for Go. | 146 |
arthurkushman/buildsqlx | A Go library for building database queries with support for various query patterns and features | 172 |
huandu/go-sqlbuilder | A flexible and powerful SQL string builder library with a zero-config ORM. | 1,477 |
go-ozzo/ozzo-dbx | A Go package enhancing standard sql database functionality with powerful query building capabilities and DB-agnostic support for various databases. | 638 |
lqs/sqlingo | A lightweight DSL and ORM library for writing SQL in Go | 416 |
didi/gendry | A Go library for building and parameterizing SQL queries in a flexible and reusable way. | 1,622 |
thundr67/straf | A tool for converting Go structs into GraphQL objects and schemas on the fly | 39 |
xujiajun/godbal | A Go library for building and executing SQL queries with a focus on simplicity and ease of use. | 59 |
stephenafamo/bob | A toolset providing a query builder and ORM/Factory generator for databases using Go. | 825 |
jirfag/go-queryset | A 100% type-safe ORM library with code generation for Go, supporting multiple databases. | 726 |
steebchen/prisma-client-go | An auto-generated query builder for type-safe database access in Go | 2,191 |
relops/sqlc | Generates composable and type-safe SQL queries from a Go API | 101 |