From 366ae25b8ec2d79a9f72169eb893312651c53479 Mon Sep 17 00:00:00 2001 From: Alan Orth Date: Wed, 26 Sep 2018 22:23:08 +0300 Subject: [PATCH] README.md: Add link to psycopg2 issue about batch inserts --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ca1b1bb..e9a6fe2 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ The API exposes the following endpoints: - Close up DB connection when gunicorn shuts down gracefully - Better logging - Tests -- Use batch inserts to the DB +- [Use batch inserts to the DB](https://github.com/psycopg/psycopg2/issues/491#issuecomment-276551038)) ## License This work is licensed under the [GPLv3](https://www.gnu.org/licenses/gpl-3.0.en.html).