Skip to content
This repository has been archived by the owner on Feb 22, 2020. It is now read-only.

DBAPI 2.0 #10

Closed
tarekziade opened this issue Feb 27, 2012 · 6 comments
Closed

DBAPI 2.0 #10

tarekziade opened this issue Feb 27, 2012 · 6 comments

Comments

@tarekziade
Copy link

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

@jskorpan
Copy link

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.

@tarekziade
Copy link
Author

Unfortunately I am not good enough in C++ to do this. I'll ask around ! :)

@hongqn
Copy link
Contributor

hongqn commented Feb 28, 2012

I am writing a MySQLdb compatible wrapper for ultramysql, borrowing code from PyMySQL project. It will be opensourced in several days.

@philipn
Copy link

philipn commented Mar 25, 2012

@hongqn Any update on your status? I'm very interested.

@shuxiang
Copy link

@hongqn Any update on your status? I'm very interested too.

@hongqn
Copy link
Contributor

hongqn commented Apr 24, 2012

Here it is: https://github.com/hongqn/umysqldb

It is not used in production environment, yet. Use at your own risk.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants