Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | - File was rerolled to fix small bug in ez_setup.py | miwi | 2008-10-25 | 2 | -3/+4 |
| | | | | | | | - Bump PORTREVISION PR: 128352 Submitted by: Wen heping <wenheping@gmail.com> (maintainer) | ||||
* | - Update to 1.05 | miwi | 2008-09-24 | 3 | -28/+17 |
| | | | | | PR: 127232 Submitted by: Wen Heping <wenheping@gmail.com> (maintainer) | ||||
* | pg8000 is a Pure-Python interface to the PostgreSQL database | miwi | 2008-07-19 | 4 | -0/+54 |
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> |