I've used this one:

https://github.com/petehunt/PyMySQL/

Pure python implementation and basically the same exact command structure
as MySQLdb.  Basically can just change your import to that and it works.

-tony

On Fri, Aug 24, 2012 at 3:31 PM, Chadrik <[email protected]> wrote:

> we also use MySQLdb here.  i did some quick research and the official
> mysql-connector  <http://dev.mysql.com/downloads/connector/python/>is in
> beta, and is written in pure python compared to the older, community
> supported MySQLdb <http://mysql-python.sourceforge.net/MySQLdb.html>,
> which must be compiled, but does provide built-in support for the
> DictCursor.  the pure python aspect of the connector is attractive, but i
> wonder what the performance difference is.
>
> -chad
>
>   --
> view archives: http://groups.google.com/group/python_inside_maya
> change your subscription settings:
> http://groups.google.com/group/python_inside_maya/subscribe
>



-- 
-tony

-- 
view archives: http://groups.google.com/group/python_inside_maya
change your subscription settings: 
http://groups.google.com/group/python_inside_maya/subscribe

Reply via email to