/pgxutils

A set of go utilities for postgres, using the pgx driver and pgtypes

Primary LanguageGoApache License 2.0Apache-2.0

pgxutils

A set of go utilities for postgres, using the pgx driver and pgtypes

A configurable DB connection pool to Start() and Stop() in your service.

TODOs

Factorize & package a few goodies found in many of my stuff.

  • pg tests
  • pg repo w/ load balancing over replicas
  • pgtypes conversion utilities
  • SQL trace/debug pretty print/auto-explain
  • squirell extensions