File tree 1 file changed +4
-2
lines changed
1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -13,9 +13,9 @@ This package contains a fork of PyMySQL supporting Tornado.
13
13
WARNING
14
14
-------
15
15
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.
17
17
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.
19
19
See also: http://techspot.zzzeek.org/2015/02/15/asynchronous-python-and-databases/
20
20
21
21
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**.
24
24
Instead, you should use your time and energy to port your project to asyncio and newest Python 3.
25
25
Please don't pay your time for this project.
26
26
27
+ You can use aio-libs/aiomysql or ``run_in_executor() `` in asyncio.
28
+
27
29
28
30
Example
29
31
-------
You can’t perform that action at this time.
0 commit comments