软件包:python3-psycopg2cffi(2.8.1-2 以及其他的)
python3-psycopg2cffi 的相关链接
Debian 的资源:
下载源码包 python-psycopg2cffi:
- [python-psycopg2cffi_2.8.1-2.dsc]
- [python-psycopg2cffi_2.8.1.orig.tar.xz]
- [python-psycopg2cffi_2.8.1-2.debian.tar.xz]
维护小组:
外部的资源:
- 主页 [github.com]
相似软件包:
implementation of the psycopg2 module using cffi
This package provides an implementation of the psycopg2 module using cffi.
Psycopg is a PostgreSQL database adapter for the Python3 programming language (just like pygresql and popy.) This is version 2, a complete rewrite of the original code to provide new-style classes for connection and cursor objects and other sweet candies. Like the original, psycopg 2 was written with the aim of being very small and fast, and stable as a rock.
psycopg is different from the other database adapter because it was designed for heavily multi-threaded applications that create and destroy lots of cursors and make a conspicuous number of concurrent INSERTs or UPDATEs. psycopg 2 also provides full asynchronous operations for the really brave programmer.
其他与 python3-psycopg2cffi 有关的软件包
|
|
|
|
-
- dep: libc6 (>= 2.7)
- GNU C 语言运行库:共享库
同时作为一个虚包由这些包填实: libc6-udeb
-
- dep: libpq5 (>= 9.0~)
- PostgreSQL C client library
-
- dep: python3
- interactive high-level object-oriented language (default python3 version)
- dep: python3 (>= 3~)
-
- dep: python3-cffi
- Foreign Function Interface for Python 3 calling C code
-
- dep: python3-cffi-backend-api-max (>= 9729)
- 软件包暂时不可用
-
- dep: python3-cffi-backend-api-min (<= 9729)
- 软件包暂时不可用
-
- dep: python3-six
- Python 2 and 3 compatibility library