sg
SQL generator
A Go library for generating standard SQL queries
sg: A simple standard SQL generator written in Go.
6 stars
1 watching
0 forks
Language: Go
last commit: over 2 years ago
Linked from 2 awesome lists
Related projects:
Repository | Description | Stars |
---|---|---|
elgris/sqrl | A Go-based library for building and executing SQL queries with fluent syntax. | 278 |
kesonan/sqlgen | Automates code generation for Go-based SQL libraries from MySQL queries | 82 |
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 |
mafulong/godal | Tools for generating Golang code from SQL definitions | 18 |
cvilsmeier/sqinn-go | A Go library for accessing SQLite databases without using cgo. | 425 |
twharmon/gosql | A query builder library for Go that simplifies the creation and manipulation of SQL databases. | 32 |
ssgreg/journald | Provides an implementation of systemd Journal's native API for structured logging in Go. | 41 |
relops/sqlc | Generates composable and type-safe SQL queries from a Go API | 101 |
jirfag/go-queryset | A 100% type-safe ORM library with code generation for Go, supporting multiple databases. | 726 |
alexeyco/simpletable | A Go library for generating and displaying simple tables in the terminal | 531 |
aldy505/bob | An SQL query builder for Go that provides a structured way to create and execute SQL queries. | 17 |
bokwoon95/go-structured-query | Automates the creation and execution of SQL queries to simplify data access and mapping | 197 |
twpayne/go-xmlstruct | Generates Go structs from multiple XML documents | 77 |
simukti/sqldb-logger | A logger for Go SQL databases without modifying the existing standard library usage. | 363 |