I’m proud to announce the release of PyMySQL 0.3. For those of you
unfamiliar with PyMySQL, it is a pure-Python drop-in replacement for
MySQLdb with an emphasis on compatibility with MySQLdb and for various
Python implementations. I started working on the project due to my
frustrations stemming from getting MySQLdb working on Snow Leopard.
PyMySQL has been tested on CPython 2.3+, Jython, IronPython and PyPy,
and we have an unreleased Python 3.0 branch in Subversion. I encourage
anyone hoping to connect to MySQL from Python to check it out and
report any bugs you might find! Our current focus has been bringing it
up to compatibility with SQLAlchemy and Django, and we have by and
large achieved that goal with a high level of performance.

We've specifically targeted SQLAlchemy for this release, so a simply
search and replace of MySQLdb with pymysql should get your SQLAlchemy
applications running using PyMySQL. This is especially advantageous if
you're running on a platform like Mac OSX Snow Leopard where MySQLdb
is difficult to get running.

Check it out at http://www.pymysql.org/.

-- 
You received this message because you are subscribed to the Google Groups 
"sqlalchemy" group.
To post to this group, send email to sqlalch...@googlegroups.com.
To unsubscribe from this group, send email to 
sqlalchemy+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/sqlalchemy?hl=en.

Reply via email to