Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 683 Bytes

File metadata and controls

24 lines (15 loc) · 683 Bytes

pgkit

Go Reference Go Report Card MIT License

lightweight PostgreSQL sugar combining the use of..

  • github.com/jackc/pgx
  • github.com/Masterminds/squirrel
  • github.com/georgysavva/scany/v2
  • plus, code & ideas from github.com/upper/db

Usage

go get github.com/goware/pgkit/v2

Please see ./tests/pgkit_test.go

LICENSE

MIT