aboutsummaryrefslogtreecommitdiff
path: root/vendor/github.com/jackc/pgx/examples/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/github.com/jackc/pgx/examples/README.md')
-rw-r--r--vendor/github.com/jackc/pgx/examples/README.md7
1 files changed, 0 insertions, 7 deletions
diff --git a/vendor/github.com/jackc/pgx/examples/README.md b/vendor/github.com/jackc/pgx/examples/README.md
deleted file mode 100644
index 6a97bc0..0000000
--- a/vendor/github.com/jackc/pgx/examples/README.md
+++ /dev/null
@@ -1,7 +0,0 @@
-# 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).
-* [The Pithy Reader](https://github.com/jackc/tpr) is a RSS aggregator that uses pgx.