snower / TorMySQL

The highest performance asynchronous MySQL driver by PyMySQL
MIT License
308 stars 63 forks source link

Official fork of PyMySQL supporting Tornado #2

Open YuzhongHuangCS opened 9 years ago

YuzhongHuangCS commented 9 years ago

I just find that PyMySQL have an official fork that support Tornado. https://github.com/PyMySQL/Tornado-MySQL

I suggest merge this repo back or abandon.

mosquito commented 9 years ago

I tested tormysql vs tornado-mysql. Tormysql was fastest 1.5-2 times.

https://gist.github.com/mosquito/aa20b94fec8b406d9a51

zen-young-chan commented 7 years ago

Error, This can't connet to the mysql, i have use password !

OperationalError: (2003, 'Can\'t connect to MySQL server on localhost:3306 (InternalError(1698, u"Access denied for user \'root\'@\'localhost\'"))')

ctgaff commented 6 years ago

Great job on this module. I also find it much faster then Tornado-MySQL and it handles reusing sockets via the connection pool very efficiently. This is a much better implementation.

snower commented 6 years ago

Tormysql now runs asyncio on its own, does not depend on tornado, and is faster and more efficient than the official aiomysql.

ploxiln commented 6 years ago

It seems the developer of PyMySQL/Tornado-MySQL is no longer interested in developing it, since about 1.75 years ago. It seems appropriate to close this issue.

AivanF commented 5 years ago

It seems the developer of PyMySQL/Tornado-MySQL is no longer interested in developing it, since about 1.75 years ago. It seems appropriate to close this issue.

Indeed! It doesn't support MySQL 8 and never will – the author told me that. The issue is not an issue anymore :)