pgx/examples
Jack Christensen b69179cebb Remove Conn.Listen and Conn.Unlisten
Use Conn.Exec instead to listen or unlisten.
2019-04-10 11:21:40 -05:00
..
chat Remove Conn.Listen and Conn.Unlisten 2019-04-10 11:21:40 -05:00
todo Update examples to use PG envvars 2017-09-01 14:25:03 -05:00
url_shortener Use insert on conflict for url shortener example 2017-07-14 08:57:25 -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.