mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-14 03:10:47 +00:00
1627951776
engine. It is one of many PostgreSQL interfaces for the Python programming language. pg8000 is somewhat distinctive in that it is written entirely in Python and does not rely on any external libraries (such as a compiled python module, or PostgreSQL's libpq library). pg8000 supports the standard Python DB-API version 2.0. WWW: http://pybrary.net/pg8000/ PR: ports/125664 Submitted by: Wen Heping <wenheping at gmail.com>
10 lines
419 B
Plaintext
10 lines
419 B
Plaintext
pg8000 is a Pure-Python interface to the PostgreSQL database
|
|
engine. It is one of many PostgreSQL interfaces for the Python
|
|
programming language. pg8000 is somewhat distinctive in that
|
|
it is written entirely in Python and does not rely on any
|
|
external libraries (such as a compiled python module, or
|
|
PostgreSQL's libpq library). pg8000 supports the standard
|
|
Python DB-API version 2.0.
|
|
|
|
WWW: http://pybrary.net/pg8000/
|