forked from esnme/ultramysql
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Docs-deprecate because of zodb/relstorage#264
- Loading branch information
Showing
1 changed file
with
5 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,12 @@ | ||
:: WARNING :: | ||
This driver is no longer supported or recommended. See https://github.com/zodb/relstorage/issues/264 | ||
|
||
:: Description :: | ||
A fast MySQL driver written in pure C/C++ for Python. | ||
A fast MySQL driver written in pure C/C++ for Python. | ||
Compatible with gevent through monkey patching | ||
|
||
:: Requirements :: | ||
Requires Python (http://www.python.org) | ||
Requires Python (http://www.python.org) | ||
|
||
:: Installation :: | ||
python setup.py build install | ||
|