sqlgen
Code generator
Automates code generation for Go-based SQL libraries from MySQL queries
A tool to generate bun, gorm, sql, sqlx and xorm sql code.
82 stars
4 watching
10 forks
Language: Go
last commit: over 1 year ago
Linked from 1 awesome list
codegendatabasegeneratorgolangmysqlsqlgensqlgeneratesqlgenerator
Related projects:
Repository | Description | Stars |
---|---|---|
go-the-way/sg | A Go library for generating standard SQL queries | 6 |
mafulong/godal | Tools for generating Golang code from SQL definitions | 18 |
elgris/sqrl | A Go-based library for building and executing SQL queries with fluent syntax. | 278 |
sunary/sqlize | A tool for parsing and generating SQL code from Go structs. | 101 |
srdtrk/go-codegen | Generates Go code for CosmWasm smart contracts | 26 |
azr/generators | Automates the generation of boilerplate code for common Go applications | 5 |
99designs/gqlgen | Library for building GraphQL servers with type safety and code generation | 9,969 |
jirfag/go-queryset | A 100% type-safe ORM library with code generation for Go, supporting multiple databases. | 726 |
aws/smithy-go | Generates Go code for interacting with Smithy models | 177 |
relops/sqlc | Generates composable and type-safe SQL queries from a Go API | 101 |
grofers/go-codon | Generates Go server code from REST and workflow specifications | 142 |
jmattheis/goverter | Tool for generating type-safe converters in Go | 525 |
kobylynskyi/graphql-java-codegen-maven-plugin | A tool to automatically generate Java code based on GraphQL schema definitions | 17 |
khaosdoctor/gotql | Provides a utility to generate and execute GraphQL queries using JSON objects instead of strings | 407 |
bokwoon95/go-structured-query | Automates the creation and execution of SQL queries to simplify data access and mapping | 197 |