What are my options (if any) for MySQL with Python 3? -


I recently started playing with the new features of Python 3.1 and porting one of my apps to 2.6 I am here. I was surprised to know that MySQLdb does not yet support any of Python 3.x versions. My app uses MySQL widely, so, as you can imagine, I did not get too far!

What are my options for working with MySQL and Python 3.1 (if any)? I'm out of the Python 3k loop, but cursory search did not provide any proof of the date of release for MySQLdb or any other option in 3.1.

Python does not follow the DB API standard, but supports MySQL and Python 3.


Comments

Popular posts from this blog

c# - How to capture HTTP packet with SharpPcap -

php - Multiple Select with Explode: only returns the word "Array" -

php - jQuery AJAX Post not working -