PoPy is a Python driver for PostgreSQL 7.0. It is DB API v2.0 compliant, and supports level-2 thread safety.
| Tags | Database Front-Ends Software Development Libraries |
|---|---|
| Licenses | GPL |
| Operating Systems | POSIX BSD HP-UX IRIX Linux Solaris |
| Implementation | Python |
Recent releases


Release Notes: This release fixes a bug with the cursor.datestyle attribute, which returned segfault.


Release Notes: PoPy now handles the real length of items by using the PQfmod() function. This function is useful for objects which return -1 with the PQfsize() function.


Release Notes: This release includes some bugfixes making PoPy even more DB API 2.0 compliant. PoPy also now requires mxDateTime headers to compile.


Release Notes: This release adds polling of connections.


Release Notes: This release adds a lot of bugfixes including one for the Notice Error bug.