-
Notifications
You must be signed in to change notification settings - Fork 95
DBAPI 2.0 #10
Comments
That would be an obvious good idea. Sadly I'm not gonna be able to devote the time necessary to achieve that in the near future. I'd be happy to merge any pull requests with such changes. One possibility could be to implement only the most necessary parts of a DBAPI 2.0 implementation in the C/C++ code and do the rest as a minimal Python wrapper. |
Unfortunately I am not good enough in C++ to do this. I'll ask around ! :) |
I am writing a MySQLdb compatible wrapper for ultramysql, borrowing code from PyMySQL project. It will be opensourced in several days. |
@hongqn Any update on your status? I'm very interested. |
@hongqn Any update on your status? I'm very interested too. |
Here it is: https://github.com/hongqn/umysqldb It is not used in production environment, yet. Use at your own risk. |
Hello,
It would be interesting to support DBAPI 2.0 http://www.python.org/dev/peps/pep-0249/
That would facilitate ultramysql's integration as a driver into sqlalchemy for instance
The text was updated successfully, but these errors were encountered: