mirror of https://github.com/jackc/pgx.git
Update example readme
parent
576f99a35e
commit
ed50e535c7
examples
|
@ -3,5 +3,5 @@
|
||||||
* chat is a command line chat program using listen/notify.
|
* chat is a command line chat program using listen/notify.
|
||||||
* todo is a command line todo list that demonstrates basic CRUD actions.
|
* 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.
|
* url_shortener contains a simple example of using pgx in a web context.
|
||||||
* [Tern](https://github.com/jackc/tern) is a migration tool that uses pgx (uses v1 of pgx).
|
* [Tern](https://github.com/jackc/tern) is a migration tool that uses pgx.
|
||||||
* [The Pithy Reader](https://github.com/jackc/tpr) is a RSS aggregator that uses pgx.
|
* [The Pithy Reader](https://github.com/jackc/tpr) is a RSS aggregator that uses pgx.
|
||||||
|
|
Loading…
Reference in New Issue