.. PySQLPool documentation master file, created by sphinx-quickstart on Fri Nov 27 17:37:59 2009. You can adapt this file completely to your liking, but it should at least contain the root `toctree` directive. Welcome to PySQLPool's documentation! ===================================== PySQLPool_ is at the heart a Thread Safe 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. .. _PySQLPool: http://www.code.google.com/p/pysqlpool/ .. toctree:: :maxdepth: 3 tutorial.rst reference.rst faqs.rst Indices and tables ================== * :ref:`genindex` * :ref:`modindex` * :ref:`search`