PostgreSQL module for Python
PostgreSQL module for Python: "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.
PyGreSQL 2.0 was developed and tested on a NetBSD 1.3_BETa system. It is based on the PyGres95 code written by Pascal ANDRE, andre@chimay.via.ecp.fr. I changed the version to 2.0 and updated the code for Python 1.5 and PostgreSQL 6.4.2. While I was at it I upgraded the code to use full ANSI style prototypes and changed the order of arguments to connect. Version 2.1 is fixes and enhancements to that. The current version works with PostgreSQL 7.3 and up."
PyGreSQL 2.0 was developed and tested on a NetBSD 1.3_BETa system. It is based on the PyGres95 code written by Pascal ANDRE, andre@chimay.via.ecp.fr. I changed the version to 2.0 and updated the code for Python 1.5 and PostgreSQL 6.4.2. While I was at it I upgraded the code to use full ANSI style prototypes and changed the order of arguments to connect. Version 2.1 is fixes and enhancements to that. The current version works with PostgreSQL 7.3 and up."
<< Home