Type safe SQL query builder and struct mapper for Go
Lightweight, type-safe database query builder for Go with zero production dependencies. Advanced SQL features (JOINs, subqueries, CTEs, window functions), batch operations (3x faster), LRU statement cache (<60ns). Professional API documentation. PostgreSQL, MySQL, SQLite support.
Go database query builder library for PostgreSQL
A lightweight Go SQL helper library using generics to reduce boilerplate code
The main features of kirill-scherba/sqlh are: Database Tools, SQL Query Builders.
Open-source alternatives to kirill-scherba/sqlh include: coregx/relica — Lightweight, type-safe database query builder for Go with zero production dependencies. Advanced SQL features (JOINs,… didi/gendry — a golang library for sql builder. arthurkushman/buildsqlx — Go database query builder library for PostgreSQL. bokwoon95/go-structured-query — Type safe SQL query builder and struct mapper for Go. cristalhq/builq — Easily build SQL queries in Go. doug-martin/goqu — SQL builder and query library for golang.