pgx/examples
Jack Christensen ed50e535c7 Update example readme 2020-03-19 20:50:11 -05:00
..
chat Add listen / notify implemented with pgconn 2019-08-24 10:49:10 -05:00
todo Fix typo in README 2019-09-30 16:06:21 +03:00
url_shortener Update url_shortener example 2019-09-02 11:58:30 -05:00
README.md Update example readme 2020-03-19 20:50:11 -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.
  • The Pithy Reader is a RSS aggregator that uses pgx.