freebsd-ports/databases/py-pg8000/pkg-descr
Wen Heping 17be9275e7 - Stage support [1]
- Pet portlint [1]
- Update to 1.9.7
- Convert to PYDISTUTILS_AUTOPLIST
- Update WWW
- Add LICENSE

PR:		188610 [1]
Submitted by:	Bartek Rutkowski <ports@robakdesign.com> [1]
2014-04-15 07:16:52 +00:00

9 lines
427 B
Text

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: https://github.com/mfenniak/pg8000