summaryrefslogtreecommitdiffstats
path: root/python/python3-psycopg2/README
diff options
context:
space:
mode:
Diffstat (limited to 'python/python3-psycopg2/README')
-rw-r--r--python/python3-psycopg2/README3
1 files changed, 3 insertions, 0 deletions
diff --git a/python/python3-psycopg2/README b/python/python3-psycopg2/README
new file mode 100644
index 0000000000..ffaef2289d
--- /dev/null
+++ b/python/python3-psycopg2/README
@@ -0,0 +1,3 @@
+psycopg is a PostgreSQL database adapter for Python. It supports the
+full Python DBAPI 2.0, and is thread safe at level 2. psycopg was
+designed for heavily multi-threaded applications.