diff options
author | darcy <darcy> | 2004-08-30 08:33:34 +0000 |
---|---|---|
committer | darcy <darcy> | 2004-08-30 08:33:34 +0000 |
commit | 3ed9fb4a7f1b546c0b038c72ddf8773dee3703f3 (patch) | |
tree | 65054463a3c6d80cf34a57f96aecdfeaa46cb903 /databases/py-postgresql/DESCR | |
parent | 3f1687d955aba6fdc421439d373689e4712f90f0 (diff) | |
download | pkgsrc-3ed9fb4a7f1b546c0b038c72ddf8773dee3703f3.tar.gz |
Recreate files for py-postgresql. PyGreSQL has been moved back out of the
PostgreSQL tree and I have released this version that is no longer tied
to a specific version of PostgreSQL.
Diffstat (limited to 'databases/py-postgresql/DESCR')
-rw-r--r-- | databases/py-postgresql/DESCR | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/databases/py-postgresql/DESCR b/databases/py-postgresql/DESCR new file mode 100644 index 00000000000..4a9c558b4ab --- /dev/null +++ b/databases/py-postgresql/DESCR @@ -0,0 +1,4 @@ +PyGreSQL is a python module that interfaces to a PostgreSQL database. It +embeds the PostgreSQL query library to allow easy use of the powerful +PostgreSQL features from a Python script. This also includes support for +the Python DB-API. |