pgx/examples
Jack Christensen 033fc6f62a Rename pgxpool.NewConfig to NewWithConfig
https://github.com/jackc/pgx/issues/1264
2022-07-30 09:16:42 -05:00
..
chat pgxpool pools always connect lazily 2022-07-10 14:58:30 -05:00
todo Bump module version to v5 2021-12-11 13:29:03 -06:00
url_shortener Rename pgxpool.NewConfig to NewWithConfig 2022-07-30 09:16:42 -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.