My New Job at Oracle: Working on MySQL Connector/Python
After more than 6 years doing MySQL Support for MySQL AB, Sun Microsystems, and Oracle, it’s time for a change. Time to get back to development!
As of November 2011 I’ll be working full-time on MySQL Connector/Python and other goodies within the MySQL development team at Oracle. Before, this was more or less a pet project done after working hours. However, with the birth of our son Tomas more than a year ago, I’ve been slacking and family got priority.
The idea is to make MySQL Connector/Python the best choice for connecting to MySQL from within your Python code. We still got a long road ahead of us, but I’m confident that we are on the right track.
Facebook
LinkedIn
Twitter
Welcome, Geert! Did I miss your internal mail on this…?
Good news. I use Python against a MySQL db everyday now in my current job and I’m really unimpressed with MySQLdb, although it gets the job done. Glad to see some full-time work behind this project.
Congratulations on your new role! Wish you the best of luck :)
Hooray for Oracle and for you! MySQLdb’s outdatedness has been a real pain point.
Awesome. I was just recommending Connector/Python to folks in OpenStack as an option for DB connections due to issues using MySQLdb with eventlet. It’s great to know that actual support is going to happen for it. (btw – I’m pretty sure it works with SqlAlchemy already, but if you wanted to add SqlAlchemy to the set of things you test, I would not be opposed)
Great, I used Connector for my Python classes at O’Reilly Scholl of Technology. It will be good to see improvements (though for our purposes the code already appears quite solid).
@Monty Taylor
It’s already part of SQLAlchemy, but I need to make sure Connector/Python stays compatible.
@David Shrewsbury
And we are trying to keep compatible with MySQLdb.
@Catherine Devlin
That’s why I started Connector/Python 4 years ago on my Mac :)
@Steve Holden
Indeed, for most folks it’s already working well. We need to polish the code and make Connector/Python perform as good as possible in pure Python.
Awesome (ish). I use your connector every single day, great to see you able to focus on it!
Congrats Geert! Will there be an NDB/Python API coming out as well?
Geert, If you’re at Oracle now working on MySQL and Python, does this mean that Oracle will be supplying some official Python/MySQL support for licensed Standard and Enterprise users?