Ross ROSS = Recommend OSS · open-source software intelligence for agents

gocraft/dbr

Additions to Go's database/sql for super fast performance and convenience. observed · 2026-08-28

github.com/gocraft/dbr · Go · MIT (permissive) observed · 2026-08-28

Health v2 · maintenance only

23/100

  • Activity 0
  • Release rhythm 8
  • Longevity 100
How is this computed?

round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.

  • gap_med: n/a
  • age_days: 4502
  • days_rel: 698
  • days_push: 698
  • n_releases_24m: 1

Full methodology

Adoption not part of the score

1848 stars · 201 forks observed · 2026-08-28

What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded

gocraft/dbr is a Go library that extends database/sql with a fast query builder and convenience features like struct loading, IN-clause interpolation, and transaction helpers. It supports MySQL, PostgreSQL, SQLite3, and MsSQL.

Use cases

  • build sql queries in go without a full orm
  • load query results into go structs
  • interpolate in clause values in go sql queries
  • manage transactions in go database code
  • migrate legacy snake_case columns to camelcase go structs

When to choose

  • you want a lightweight query builder over database/sql rather than a full orm
  • you need fast performance with manual control over sql
  • you use mysql, postgres, sqlite, or mssql in go

When to avoid

  • you want a full orm with migrations and associations
  • you need database support beyond mysql, postgres, sqlite, or mssql
  • you prefer writing raw sql directly

Facets

library · maturity maintenance

database-driver orm database databases backend developer-tools go windows query-builder database-sql sql struct-mapping mysql postgresql sqlite linux macos

1 source

Member repositories

RepositoryRoleHealth v2
gocraft/dbrmain23

For agents

markdown · JSON · MCP: product_card(name="gocraft/dbr")

Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem