File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22
33[ ![ Build Status] ( https://travis-ci.org/snower/TorMySQL.svg?branch=master )] ( https://travis-ci.org/snower/TorMySQL )
44
5- Tornado asynchronous MySQL Driver .
5+ The highest performance asynchronous MySQL driver .
66
77PyPI page: https://pypi.python.org/pypi/tormysql
88
99# About
1010
11- tormysql - presents a Tornado Future-based API and greenlet for non-blocking access to MySQL.
11+ Presents a Future-based API and greenlet for non-blocking access to MySQL.
12+
13+ Support both [ tornado] ( https://github.com/tornadoweb/tornado ) and [ asyncio] ( https://docs.python.org/3/library/asyncio.html ) .
1214
1315# Installation
1416
Original file line number Diff line number Diff line change @@ -3,15 +3,18 @@ TorMySQL
33
44|Build Status |
55
6- Tornado asynchronous MySQL Driver .
6+ The highest performance asynchronous MySQL driver .
77
88PyPI page: https://pypi.python.org/pypi/tormysql
99
1010About
1111=====
1212
13- tormysql - presents a Tornado Future-based API and greenlet for
14- non-blocking access to MySQL.
13+ Presents a Future-based API and greenlet for non-blocking access to
14+ MySQL.
15+
16+ Support both `tornado <https://github.com/tornadoweb/tornado >`__ and
17+ `asyncio <https://docs.python.org/3/library/asyncio.html >`__.
1518
1619Installation
1720============
You can’t perform that action at this time.
0 commit comments