pgx/examples
Jack Christensen 855b735eae Add log adapters for testing and log15
Make LogLevel a type for Stringer interface.
2017-04-29 20:33:52 -05:00
..
chat Fix chat example 2017-03-03 15:57:24 -06:00
todo Add todo CLI app example of CRUD actions 2014-07-17 09:16:13 -05:00
url_shortener Add log adapters for testing and log15 2017-04-29 20:33:52 -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.