Registered by Nikoleta 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.

Project information

Maintainer:
Nikoleta Verbeck
Driver:
Nikoleta Verbeck
Licence:
GNU LGPL v3

RDF metadata

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

All blueprints Latest blueprints

Get Involved

Downloads

Latest version is 0.3.6
released

All downloads

Announcements

  • Version 0.3 Released on 2008-12-24
    Version 0.3 has been released. Download it now from http://code.google.com/p/...
  • Version 0.3 Beta 1 Released on 2008-10-27
    Version 0.3 Beta 1 Released. You can view the new features here https://bluep...
  • Version 0.2.1 Release on 2008-07-19
    Version 0.2.1 has been released. It includes the awaited improved Auto Commit...