pgx/examples
Jack Christensen 08b412740f Rename package pool to pgxpool
pool is too common a name to occupy.
2019-06-29 11:37:36 -05:00
..
chat Rename package pool to pgxpool 2019-06-29 11:37:36 -05:00
todo Fix go modules 2019-04-20 17:41:08 -05:00
url_shortener Rename package pool to pgxpool 2019-06-29 11:37:36 -05:00
README.md Add example of listen/notify support 2014-11-01 10:45:18 -05:00

README.md

Examples

  • chat is a command line chat program using listen/notify.
  • todo is a command line todo list that demonstrates basic CRUD actions.
  • url_shortener contains a simple example of using pgx in a web context.
  • Tern is a migration tool that uses pgx (uses v1 of pgx).
  • The Pithy Reader is a RSS aggregator that uses pgx.