diff options
| author | Felix Hanley <felix@userspace.com.au> | 2017-06-11 13:25:57 +0000 |
|---|---|---|
| committer | Felix Hanley <felix@userspace.com.au> | 2017-06-11 13:29:15 +0000 |
| commit | 3185a43420dab2efb85aa601bdfe267e8b2e11f2 (patch) | |
| tree | 846c21d92f7089e3e43c2fec3dbee90aef938f9b /vendor/github.com/jackc/pgx/examples/README.md | |
| parent | 3291eddb975a1df77975d8083599b5f3a85afaba (diff) | |
| download | dhtsearch-3185a43420dab2efb85aa601bdfe267e8b2e11f2.tar.gz dhtsearch-3185a43420dab2efb85aa601bdfe267e8b2e11f2.tar.bz2 | |
Add torrent tagging
- Move to postgresql to reduce locking issues
- Move ih hash to single thread
- Clean up stuff
Diffstat (limited to 'vendor/github.com/jackc/pgx/examples/README.md')
| -rw-r--r-- | vendor/github.com/jackc/pgx/examples/README.md | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/vendor/github.com/jackc/pgx/examples/README.md b/vendor/github.com/jackc/pgx/examples/README.md new file mode 100644 index 0000000..6a97bc0 --- /dev/null +++ b/vendor/github.com/jackc/pgx/examples/README.md @@ -0,0 +1,7 @@ +# 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. |
