Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/esnme/ultramysql

A fast MySQL driver written in pure C/C++ for Python. Compatible with gevent through monkey patching.
https://github.com/esnme/ultramysql

Last synced: 2 months ago
JSON representation

A fast MySQL driver written in pure C/C++ for Python. Compatible with gevent through monkey patching.

Awesome Lists containing this project

README

        

:: Description ::
A fast MySQL driver written in pure C/C++ for Python.
Compatible with gevent through monkey patching

:: Requirements ::
Requires Python (http://www.python.org)

:: Installation ::
python setup.py build install