diff options
author | Arn0 <yth@ythogtha.org> | 2022-03-14 13:34:35 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-03-18 00:26:03 +0700 |
commit | 93edeb4e2047ae8bdd8c24fea83bfabd9716bb86 (patch) | |
tree | 12df4c99ebde4f3a1110222bafa18a9c4ccd9037 /python/python3-psycopg2/README | |
parent | 8078f6f92e193e983ed4bdea5db94d81263e170e (diff) |
python/python3-psycopg2: renamed from psycopg2
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python3-psycopg2/README')
-rw-r--r-- | python/python3-psycopg2/README | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/python/python3-psycopg2/README b/python/python3-psycopg2/README new file mode 100644 index 0000000000000..ffaef2289dd4b --- /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. |