Skip to content

Commit

Permalink
change readme
Browse files Browse the repository at this point in the history
  • Loading branch information
snower committed Jan 4, 2018
1 parent ba10d29 commit f64f5ee
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 5 deletions.
6 changes: 4 additions & 2 deletions README.md
Expand Up @@ -2,13 +2,15 @@

[![Build Status](https://travis-ci.org/snower/TorMySQL.svg?branch=master)](https://travis-ci.org/snower/TorMySQL)

Tornado asynchronous MySQL Driver.
The highest performance asynchronous MySQL driver.

PyPI page: https://pypi.python.org/pypi/tormysql

# About

tormysql - presents a Tornado Future-based API and greenlet for non-blocking access to MySQL.
Presents a Future-based API and greenlet for non-blocking access to MySQL.

Support both [tornado](https://github.com/tornadoweb/tornado) and [asyncio](https://docs.python.org/3/library/asyncio.html).

# Installation

Expand Down
9 changes: 6 additions & 3 deletions README.rst
Expand Up @@ -3,15 +3,18 @@ TorMySQL

|Build Status|

Tornado asynchronous MySQL Driver.
The highest performance asynchronous MySQL driver.

PyPI page: https://pypi.python.org/pypi/tormysql

About
=====

tormysql - presents a Tornado Future-based API and greenlet for
non-blocking access to MySQL.
Presents a Future-based API and greenlet for non-blocking access to
MySQL.

Support both `tornado <https://github.com/tornadoweb/tornado>`__ and
`asyncio <https://docs.python.org/3/library/asyncio.html>`__.

Installation
============
Expand Down

0 comments on commit f64f5ee

Please sign in to comment.