We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1a0de16 commit b0f7fb9Copy full SHA for b0f7fb9
1 file changed
README.rst
@@ -9,6 +9,15 @@ Tornado-MySQL
9
10
This package contains a fork of PyMySQL supporting Tornado.
11
12
+
13
+WARNING
14
+-------
15
16
+This library is experimental. Don't use for production unless you can fix problem yourself.
17
18
+If you think async is efficient, you're wrong. You shoud try thread before this.
19
+See also: http://techspot.zzzeek.org/2015/02/15/asynchronous-python-and-databases/
20
21
Example
22
-------
23
0 commit comments