github.com/jackc/pgx/v5@v5.5.5/examples/README.md (about)

     1  # Examples
     2  
     3  * chat is a command line chat program using listen/notify.
     4  * todo is a command line todo list that demonstrates basic CRUD actions.
     5  * url_shortener contains a simple example of using pgx in a web context.
     6  * [Tern](https://github.com/jackc/tern) is a migration tool that uses pgx.
     7  * [The Pithy Reader](https://github.com/jackc/tpr) is a RSS aggregator that uses pgx.