2
0

Add example of listen/notify support

refs #43
This commit is contained in:
Jack Christensen
2014-11-01 10:44:22 -05:00
parent f46655d849
commit 95e9e0b308
3 changed files with 121 additions and 0 deletions
+1
View File
@@ -1,5 +1,6 @@
# 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](https://github.com/jackc/tern) is a migration tool that uses pgx (uses v1 of pgx).