Giter VIP home page Giter VIP logo

ishaanhike / pysqlpool Goto Github PK

View Code? Open in Web Editor NEW

This project forked from gowtamdorahike/pysqlpool

0.0 1.0 0.0 175 KB

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 a few others that you may interact with on a daily bases.

License: GNU Lesser General Public License v3.0

Python 99.57% Shell 0.43%

pysqlpool's Introduction

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

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

How to Use PySQLPool
====================

Documentation can be read locally at doc/index.rst or via the web at http://packages.python.org/PySQLPool

You can also generate your own html docs via the make file in doc/. This will produce the same docs as 
hosted on the website.

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: http://code.google.com/p/pysqlpool/
          https://launchpad.net/pysqlpool/
          
Documentation: http://packages.python.org/PySQLPool/

pysqlpool's People

Contributors

nerdynick avatar gowtamdorahike avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.