aboutsummaryrefslogtreecommitdiff
path: root/python/python2-psycopg2/README
diff options
context:
space:
mode:
authorArn0 <yth@ythogtha.org>2022-02-24 15:29:52 +0100
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2022-02-24 22:11:41 +0700
commitf49cfa8d312061aeb182a4db2c8f7f432dfc7de1 (patch)
treea32670e8ff2ba79bbca24b51a45128804442e7c7 /python/python2-psycopg2/README
parentc325377a99698366a42697899f19281312f60826 (diff)
python/python2-psycopg2: renamed from psycopg2 as the latest version supporting python2
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python2-psycopg2/README')
-rw-r--r--python/python2-psycopg2/README5
1 files changed, 5 insertions, 0 deletions
diff --git a/python/python2-psycopg2/README b/python/python2-psycopg2/README
new file mode 100644
index 0000000000..1bf9af852f
--- /dev/null
+++ b/python/python2-psycopg2/README
@@ -0,0 +1,5 @@
+psycopg2 is a PostgreSQL database adapter for Python.
+It supports the full Python DBAPI 2.0, and is thread safe at level 2.
+psycopg2 was designed for heavily multi-threaded applications.
+
+This is the build for the python2 version of psycopg2