gDBPool is a library to do async communication to PostgreSQL using psycopg2 and gevent.
Please refer to the full gDBPool documenation for more information.
Any help testing/breaking things and then leaving an issue on github is greatly appreciated!
If you have any questions, ping me on twitter @fvbock.
- Python 2.7
- Postgres 9.0.x+
- gevent 0.13.6+ - also tested with the 1.0 alpha/beta versions
- psycopg 2.4.2+
install the required packages
$ pip install -r requirements.txt
then install the package itself
$ sudo python setup.py install