Uh oh!
There was an error while loading. Please reload this page.
forked from kaloprominat/PySQLPool
- Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathREADME
More file actions
Latest commit
31 lines (21 loc) · 965 Bytes
/
Copy pathREADME
File metadata and controls
31 lines (21 loc) · 965 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
What is PySQLPool
=================
PySQLPool is at the heart a MySQL Connection Pooling library for use with the PyMySQL 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.
Please note that this is not maintained. The 0.3.7 branch has been updated to handle Python 3 and is
the new master branch, but we will be doing no further development on it.
Installation
============
Linux/Mac OS X:
cd PySQLPool
python setup.py build
sudo python setup.py install
How to Use PySQLPool
====================
Documentation can be read locally at doc/index.rst
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.