2
0

Add todo CLI app example of CRUD actions

This commit is contained in:
Jack Christensen
2014-07-17 09:16:13 -05:00
parent f7171f34e7
commit a2a828134c
4 changed files with 217 additions and 0 deletions
+1
View File
@@ -1,5 +1,6 @@
# Examples
* 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.
* (The Pithy Reader)[https://github.com/jackc/tpr] is a RSS aggregator that uses pgx.