[Twisted-Python] Mysql proxy in twisted ?
Hi, I was thinking of building a mysql proxy in twisted, wonder if there is already such a thing (not found on first coupla pages of google search), and if not, thoughts about building one. [BTW, I'm quite familiar with mysql-proxy - not thrilled w/ LUA scripting...] If anyone is interested in helping, I'm definitely thinking open source. Thanks, Marc
Marc Byrd ha scritto:
Hi,
I was thinking of building a mysql proxy in twisted, wonder if there is already such a thing (not found on first coupla pages of google search), and if not, thoughts about building one.
After having written a PostgreSQL client in Twisted: http://hg.mperillo.ath.cx/twisted/pglib/ I have tried to implement a MySQL client, but the MySQL protocol is *really* bad designed.
[...]
Regards Manlio Perillo
participants (2)
-
Manlio Perillo -
Marc Byrd