套件: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 (Python 3 interface)