awesome-repositories.com
Blog
MCP
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectAboutHow we rankPressMCP server
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
kirill-scherba avatar

kirill-scherba/sqlh

0
View on GitHub↗
3 stars·0 forks·Go·BSD-3-Clause·7 views

Sqlh

A lightweight Go SQL helper library using generics to reduce boilerplate code

Features

  • Database Tools - Listed in the “Database Tools” section of the Awesome Go awesome list.
  • SQL Query Builders - Zero-boilerplate SQL helper with generics.

Star history

Star history chart for kirill-scherba/sqlhStar history chart for kirill-scherba/sqlh

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Start searching with AI

Open-source alternatives to Sqlh

Similar open-source projects, ranked by how many features they share with Sqlh.
  • bokwoon95/go-structured-querybokwoon95 avatar

    bokwoon95/go-structured-query

    201View on GitHub↗

    Type safe SQL query builder and struct mapper for Go

    Godata-mappergomysql
    View on GitHub↗201
  • coregx/relicacoregx avatar

    coregx/relica

    14View on GitHub↗

    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.

    Godatabasedatabase-abstractiongo
    View on GitHub↗14
  • arthurkushman/buildsqlxarthurkushman avatar

    arthurkushman/buildsqlx

    185View on GitHub↗

    Go database query builder library for PostgreSQL

    Goactive-recordclausesdatabase-table
    View on GitHub↗185
  • cristalhq/builqcristalhq avatar

    cristalhq/builq

    98View on GitHub↗

    Easily build SQL queries in Go.

    Gogogolangquery
    View on GitHub↗98
See all 30 alternatives to Sqlh→

Frequently asked questions

What does kirill-scherba/sqlh do?

A lightweight Go SQL helper library using generics to reduce boilerplate code

What are the main features of kirill-scherba/sqlh?

The main features of kirill-scherba/sqlh are: Database Tools, SQL Query Builders.

What are some open-source alternatives to kirill-scherba/sqlh?

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.