Hi Mike! The in-progress DB-API implementation is here: https://code.launchpad.net/~chromakode/drizzle-interface/dbapi
It still needs work (particularly in parameter substitution, optimization, and thread-safety), and is waiting on a few things upstream, but it works now and should implement the complete API RSN. I also have high hopes for a Cython version down the road, since that will be much more efficient than the pure-python wrapper I've got going on. I'd love to hear your comments/ideas/gripes about it. If you're interested in hacking on it, you can find me in #drizzle on FreeNode. --Max On Mon, 2010-01-04 at 18:37 -0700, Mike Malone wrote: > Awesome. I'm guessing it's this project: > https://code.launchpad.net/~mordred/drizzle-python/trunk..? > > With a PEP 249 API for drizzle a DB backend for Django should be > pretty easy. Adding that to my to do list :). > > Mike > > On Mon, Jan 4, 2010 at 6:03 PM, Monty Taylor <[email protected]> wrote: > > Well... we have both. We have a wrapper around libdrizzle, and we have > > almost completed the PEP 249 lib. I believe Max is working on the > > parameter substitution right now... > > > > I'd be thrilled if you got Django support added. > > > > Monty > > > > _______________________________________________ Mailing list: https://launchpad.net/~drizzle-discuss Post to : [email protected] Unsubscribe : https://launchpad.net/~drizzle-discuss More help : https://help.launchpad.net/ListHelp

