Skip to content
This repository has been archived by the owner on Nov 7, 2020. It is now read-only.
/ PySQLPool Public archive

PySQLPool is a MySQL Connection Pooling for Python 2.4+ built on-top of the famous MySQLdb Python library. My goal of PySQLPool is to provide a simple yet robust pooling library for use in and Python application. Wether it be a simple script to a complex website built on WSGI. PySQLPool can handle it. Even this very website is built upon it, and…

License

Notifications You must be signed in to change notification settings

nerdynick/PySQLPool

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

What is PySQLPool

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.

Installation

Linux/Mac OS X:

cd PySQLPool
python setup.py build
sudo python setup.py install

- or -

sudo easy_install PySQLPool

Windows:

cd PySQLPool
python setup.py build 
python setup.py install 

Documentation

The documentation for PySQLPool is constructed using Sphinx. You can view the raw text files in doc/, or if you wish to view an html version in doc/html/ or via the web at http://packages.python.org/PySQLPool/

License

PySQLPool is licensed under the LGPL. You can find out more in the included LICENSE file.

Got a Bug, Question, or Idea to Improve PySQLPool

Bugs can be submitted at https://bugs.launchpad.net/pysqlpool Blueprints/Ideas can be submitted at https://blueprints.launchpad.net/pysqlpool Questions/Answers can be submitted at https://answers.edge.launchpad.net/pysqlpool

Links

Homepages:

Documentation:

Development

Contributing

If you would like to contribute back to PySQLPool. Fill free to fork a branch and ask for a pull, or just submit me a patch. Eather via 'git format-patch' if you want true tracked credit or just a normal diff patch.

Basic Folder Structure

/doc - RST based documentation /src - Base Source Code /src/PySQLPool - Actual Source Code /test - Unittest via PyUnit

About

PySQLPool is a MySQL Connection Pooling for Python 2.4+ built on-top of the famous MySQLdb Python library. My goal of PySQLPool is to provide a simple yet robust pooling library for use in and Python application. Wether it be a simple script to a complex website built on WSGI. PySQLPool can handle it. Even this very website is built upon it, and…

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published