sqrl
SQL generator
A Go-based library for building and executing SQL queries with fluent syntax.
Fluent SQL generation for golang
278 stars
11 watching
38 forks
Language: Go
last commit: over 1 year ago
Linked from 2 awesome lists
Related projects:
Repository | Description | Stars |
---|---|---|
go-the-way/sg | A Go library for generating standard SQL queries | 6 |
kesonan/sqlgen | Automates code generation for Go-based SQL libraries from MySQL queries | 82 |
mafulong/godal | Tools for generating Golang code from SQL definitions | 18 |
sunary/sqlize | A tool for parsing and generating SQL code from Go structs. | 101 |
didi/gendry | A Go library for building and parameterizing SQL queries in a flexible and reusable way. | 1,621 |
relops/sqlc | Generates composable and type-safe SQL queries from a Go API | 101 |
awalterschulze/goderive | Automates generating implementations of common Go functions from input parameter types. | 1,243 |
cvilsmeier/sqinn-go | A Go library for accessing SQLite databases without using cgo. | 425 |
jirfag/go-queryset | A 100% type-safe ORM library with code generation for Go, supporting multiple databases. | 726 |
thundr67/straf | A tool for converting Go structs into GraphQL objects and schemas on the fly | 38 |
azr/generators | Automates the generation of boilerplate code for common Go applications | 5 |
twharmon/gosql | A query builder library for Go that simplifies the creation and manipulation of SQL databases. | 32 |
gofrs/uuid | A Go implementation of Universally Unique Identifiers (UUIDs) with support for various versions and formats. | 1,581 |
zhulongcheng/testsql | Generates test data from SQL files before testing and clears it after finished. | 17 |
piglig/go-qr | A minimalistic QR code generator written in Go. | 32 |