File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 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.
1313WARNING
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.
1919See also: http://techspot.zzzeek.org/2015/02/15/asynchronous-python-and-databases/
2020
2121I 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**.
2424Instead, you should use your time and energy to port your project to asyncio and newest Python 3.
2525Please don't pay your time for this project.
2626
27+ You can use aio-libs/aiomysql or ``run_in_executor() `` in asyncio.
28+ 
2729
2830Example
2931------- 
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments