Skip to content
/ amysql Public
forked from esnme/ultramysql

Asynchronous MySQL driver written in pure C/C++ for Python with or without gevent

License

Unknown, BSD-3-Clause licenses found

Licenses found

Unknown
LICENSE
BSD-3-Clause
LICENSE.concurrence
Notifications You must be signed in to change notification settings

tchon/amysql

 
 

Repository files navigation

:: Description ::
A fast MySQL driver written in pure C/C++ for gevent or normal Python I/O

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

:: Installation ::
For "normal" Python with blocking and without gevent:
python setup_cpython.py install

For Python with gevent:
python setup_gevent.py install

About

Asynchronous MySQL driver written in pure C/C++ for Python with or without gevent

Resources

License

Unknown, BSD-3-Clause licenses found

Licenses found

Unknown
LICENSE
BSD-3-Clause
LICENSE.concurrence

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published