Skip to content

fvbock/gDBPool

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

56 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gDBPool: Postgres database pooling with gevent

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.

Requirements

General

  • Python 2.7
  • Postgres 9.0.x+

Via Pip

  • gevent 0.13.6+ - also tested with the 1.0 alpha/beta versions
  • psycopg 2.4.2+

Installation

install the required packages :

$ pip install -r requirements.txt

then install the package itself :

$ sudo python setup.py install

About

asynchronous, gevent based DB connection and interaction pooling

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages