Skip to content

Commit b0f7fb9

Browse files
committed
Add WARNING section to README
1 parent 1a0de16 commit b0f7fb9

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

README.rst

+9
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,15 @@ Tornado-MySQL
99

1010
This package contains a fork of PyMySQL supporting Tornado.
1111

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+
1221
Example
1322
-------
1423

0 commit comments

Comments
 (0)