mirror of https://github.com/jackc/pgx.git
Most of this is in conversion, and I assume it became unused with some of the v5 changes and refactors to a codec-based approach. There are likely a few more cleanups to be made, but these ones seemed easy and safe to start with. |
||
---|---|---|
.. | ||
chat | ||
todo | ||
url_shortener | ||
README.md |
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.