Log in or register to vote.

pg_proboscis

pg_pqueue based GreenTrunk and DB-API 2.0 implementation for PostgreSQL

pg_proboscis
============

pg_proboscis is a pg_pqueue based driver for PostgreSQL. It provides a GreenTrunk and
a DB-API 2.0 interface to PostgreSQL databases.

contents
--------

* postgresql.interface.proboscis.tracenull
* postgresql.interface.proboscis.greentrunk
* postgresql.interface.proboscis.dbapi2
* postgresql.interface.proboscis.python
* pb_python (script implying -m postgresql.interface.proboscis.python)

examples
--------

Run a console with a connection::

$ pb_python -h localhost -U pgsql -d postgres
Python 2.5.1 (r251:54863, Dec 8 2007, 09:22:18)
[GCC 4.0.1 (Apple Inc. build 5465)] on darwin
Type "help", "copyright", "credits" or "license" for more information.
(SavingConsole)
>>> GTX

>>>

Make a GreenTrunk connection manually::

>>> import ...

0