Home > MySQL, Oracle, Python, Work > My New Job at Oracle: Working on MySQL Connector/Python

My New Job at Oracle: Working on MySQL Connector/Python

October 28th, 2011 Leave a comment Go to comments

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.

  1. Ulf Wendel
    October 28th, 2011 at 13:37 | #1

    Welcome, Geert! Did I miss your internal mail on this…?

  2. October 28th, 2011 at 14:29 | #2

    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.

  3. October 28th, 2011 at 17:00 | #3

    Congratulations on your new role! Wish you the best of luck :)

  4. October 28th, 2011 at 17:32 | #4

    Hooray for Oracle and for you! MySQLdb’s outdatedness has been a real pain point.

  5. October 28th, 2011 at 17:59 | #5

    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)

  6. October 28th, 2011 at 18:34 | #6

    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).

  7. October 28th, 2011 at 20:15 | #7

    @Monty Taylor
    It’s already part of SQLAlchemy, but I need to make sure Connector/Python stays compatible.

  8. October 28th, 2011 at 20:17 | #8

    @David Shrewsbury
    And we are trying to keep compatible with MySQLdb.

  9. October 28th, 2011 at 20:17 | #9

    @Catherine Devlin
    That’s why I started Connector/Python 4 years ago on my Mac :)

  10. October 28th, 2011 at 20:19 | #10

    @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.

  11. Dean Ellis
    October 28th, 2011 at 22:19 | #11

    Awesome (ish). I use your connector every single day, great to see you able to focus on it!

  12. Max Mether
    October 28th, 2011 at 22:23 | #12

    Congrats Geert! Will there be an NDB/Python API coming out as well?

  13. Tony Pines
    November 11th, 2011 at 06:49 | #13

    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?