パッケージ: 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.17)
- GNU C ライブラリ: 共有ライブラリ
以下のパッケージによって提供される仮想パッケージでもあります: libc6-udeb
-
- dep: libpq5 (>= 9.0~)
- PostgreSQL 用 C クライアントライブラリ
-
- 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