Registered
2008-07-19
by
Nick Verbeck
PySQLPool is at the heart a MySQL Connection Pooling library for use with the MySQLDB Python bindings.
Part of the PySQLPool is the MySQL Query class that handles all the thread safe connection locking, connection management in association with the Connection Manager, and cursor management. Leaving all the work you have to do in your code is write MySQL Queries. Saving you hours of work.
View full history Series and milestones
pre-1.0 series is the current focus of development.
All code Code
- Version control system:
- Bazaar
- Programming languages:
- Python
All questions Latest questions
-
Best pratices to process request follow by commit/rollback
Posted on 2012-09-28 -
Problems when SQL server gone away
Posted on 2011-11-16 -
Some helpful tips
Posted on 2011-02-13 -
Max number of connections
Posted on 2010-07-20 -
Python, mod_wsgi and persistance
Posted on 2010-03-09
All blueprints Latest blueprints
-
Restructure Pooling Logic to use class
Registered on 2011-01-26 -
Add a String casting to escape_string
Registered on 2010-12-31 -
Return a Result Obj instead of Affected Rows
Registered on 2010-06-14 -
Wrap MySQLdb Exceptions
Registered on 2010-01-15 -
Implament Backwards support package
Registered on 2009-06-24