Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 839 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 839 Bytes

queries

checks pkg.go.dev goreportcard codecov

[WIP] Convenience helpers for working with SQL queries.

Features

  • Builder: an fmt-based query builder with an API similar to strings.Builder.
  • Scanner: a query-to-struct scanner, a lightweight version of sqlx with a smaller and stricter API.

Usage

See examples.