套件:python3-psycopg2cffi(2.8.1-2 以及其他的) [debports]
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