diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2008-07-18 20:42:50 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2008-07-18 20:42:50 +0000 |
commit | 162795177635987ad0359d6525b2286041cf3041 (patch) | |
tree | 9eea6d4633a73ecd4047d722556676159e9f82e4 /databases/Makefile | |
parent | 490aef763b929cc2088bcb521e5d474ac7644f7a (diff) |
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/
PR: ports/125664
Submitted by: Wen Heping <wenheping at gmail.com>
Notes
Notes:
svn path=/head/; revision=217065
Diffstat (limited to 'databases/Makefile')
-rw-r--r-- | databases/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/databases/Makefile b/databases/Makefile index 1ce7332ac192..07f617dff82f 100644 --- a/databases/Makefile +++ b/databases/Makefile @@ -483,6 +483,7 @@ SUBDIR += py-migrate SUBDIR += py-mssql SUBDIR += py-oops + SUBDIR += py-pg8000 SUBDIR += py-psycopg SUBDIR += py-psycopg2 SUBDIR += py-pyPgSQL |