I found that ultramysql meets my requirements. But it has no document and no Windows binary package.
I have a program uploaded to internet download and mysql inserts. Therefore, I use gevent to solve the problem with multiple downloads. After I loaded the web pages and parsed the web pages, I need to paste the data into mysql.
Is monkey.patch_all () executing mysql async operations?
Can someone show me the right way.
source share