pgx/examples
Jack Christensen d57e4902a1 Update README.md
Fix markdown
Note that tern is using older pgx
2014-07-17 09:17:55 -05:00
..
todo Add todo CLI app example of CRUD actions 2014-07-17 09:16:13 -05:00
url_shortener Conform closer to database/sql style and add no rows test 2014-07-11 08:16:21 -05:00
README.md Update README.md 2014-07-17 09:17:55 -05:00

README.md

Examples

  • 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.