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

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

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
huandu avatar

huandu/go-sqlbuilder

0
View on GitHub↗
1,711 stars·139 forks·Go·MIT·16 viewspkg.go.dev/github.com/huandu/go-sqlbuilder↗

Go Sqlbuilder

A flexible and powerful SQL string builder library plus a zero-config ORM.

Features

  • Object Relational Mappers - SQL string builder and zero-config ORM.
  • Object Relational Mapping - SQL string builder and zero-config ORM.
  • ORM and Data Mapping - Flexible SQL string builder.

Star history

Star history chart for huandu/go-sqlbuilderStar history chart for huandu/go-sqlbuilder

How this analysis was created: This summary and feature list were written by an AI model that read the project's README and public documentation pages. Each feature links to the documentation it came from; stars, license and language come straight from the GitHub API. The model does not read the source code, and the analysis is refreshed when the project is re-analysed. Learn more on our About page.

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 Go Sqlbuilder

Similar open-source projects, ranked by how many features they share with Go Sqlbuilder.
  • coocood/qbsC

    coocood/qbs

    0View on GitHub↗
    View on GitHub↗0
  • fs02/grimoireF

    Fs02/grimoire

    0View on GitHub↗
    View on GitHub↗0
  • albrow/zoomA

    albrow/zoom

    0View on GitHub↗
    View on GitHub↗0
  • go-gorp/gorpgo-gorp avatar

    go-gorp/gorp

    3,751View on GitHub↗

    Gorp is a lightweight object-relational mapper for Go that binds structs to relational database tables. It functions as a relational data mapper and SQL dialect abstraction layer, automating the translation between application data and relational rows. The project provides a translation layer that generates vendor-specific SQL for PostgreSQL, MySQL, SQLite, Oracle, and SQL Server. It distinguishes itself by implementing optimistic locking via version columns to prevent concurrent update conflicts and providing a database schema generator to create tables and indexes from object definitions.

    Go
    View on GitHub↗3,751
See all 30 alternatives to Go Sqlbuilder→

Frequently asked questions

What does huandu/go-sqlbuilder do?

A flexible and powerful SQL string builder library plus a zero-config ORM.

What are the main features of huandu/go-sqlbuilder?

The main features of huandu/go-sqlbuilder are: Object Relational Mappers, Object Relational Mapping, ORM and Data Mapping.

What are some open-source alternatives to huandu/go-sqlbuilder?

Open-source alternatives to huandu/go-sqlbuilder include: fs02/grimoire. go-pg/pg — pg is a PostgreSQL object-relational mapper (ORM) for Go that maps Go structs to database tables and provides a fluent… albrow/zoom. coocood/qbs. go-gorp/gorp — Gorp is a lightweight object-relational mapper for Go that binds structs to relational database tables. It functions… go-reform/reform — A better ORM for Go, based on non-empty interfaces and code generation.