Skip to content

Commit 38c5f7b

Browse files
committed
Update README more
1 parent 08b8926 commit 38c5f7b

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.rst

+4-2
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@ This package contains a fork of PyMySQL supporting Tornado.
1313
WARNING
1414
-------
1515

16-
This library is experimental. Don't use for production unless you can fix problem yourself.
16+
This library is experimental and unmaintained. Don't use for production unless you can fix problem yourself.
1717

18-
If you think async is efficient, you're wrong. You shoud try thread before this.
18+
If you think async is efficient, you're wrong. You shoud try thread pool before this.
1919
See also: http://techspot.zzzeek.org/2015/02/15/asynchronous-python-and-databases/
2020

2121
I don't have motivation to maintain this library. I won't add new features. **Please don't send feature request.**
@@ -24,6 +24,8 @@ I'm very lazy about fix bugs. **Don't expect bugs are fixed when you want**.
2424
Instead, you should use your time and energy to port your project to asyncio and newest Python 3.
2525
Please don't pay your time for this project.
2626

27+
You can use aio-libs/aiomysql or ``run_in_executor()`` in asyncio.
28+
2729

2830
Example
2931
-------

0 commit comments

Comments
 (0)