From: Yuval T. <yu...@ad...> - 2004-12-06 06:16:25
|
On Monday 06 December 2004 07:35, ??? wrote: > You know we can get lots of hints from other Python database modules like > MySQLdb and DCOracle*. After reviewing them, I can start coding afresh, I > think. I've been meaning to say this for a long time now... :-) Well, I actually started to implement a MySQLdb-like module - which basically means, implement only the basics in C and the rest in python (I think it comes out to be implementing the connection object in C and the cursors in python - similar to MySQLdb). I stopped working on it a while ago - I've been meaning to post the idea before I get serious with it. I'm pretty familiar with DB2 (not a lot, but enough) and with the current DB2 module. So maybe now's a good time to get back on it - I'm in. Anybody else ? :-) -- Yuval Turgeman Content Technology, Aduva LTD. |