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 /development/psycopg2/README | |
parent | 8078f6f92e193e983ed4bdea5db94d81263e170e (diff) |
python/python3-psycopg2: renamed from psycopg2
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development/psycopg2/README')
-rw-r--r-- | development/psycopg2/README | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/development/psycopg2/README b/development/psycopg2/README deleted file mode 100644 index ffaef2289dd4b..0000000000000 --- a/development/psycopg2/README +++ /dev/null @@ -1,3 +0,0 @@ -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. |