Skip to content

[WIP] 👷 Easily build SQL queries and scan the results

License

Notifications You must be signed in to change notification settings

go-simpler/queries

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.