gevent-MySQL icon indicating copy to clipboard operation
gevent-MySQL copied to clipboard

Asynchronous mysql driver from Concurrence adapted to gevent

PLEASE NOTE

I am no longer maintaining this driver. Please use https://github.com/esnme/amysql instead.

Description

A gevent (http://www.gevent.org) adaption of the asynchronous MySQL driver from the Concurrence framework (http://opensource.hyves.org/concurrence).

Requirements

Requires Cython and gevent.

Installation

python setup.py install

Usage

See examples/

Author

Adaptation to gevent: Markus Thurlin ([email protected]) Original: Henk Punt