Re: [Jython-dev] django on jython: using derby as a backend

2008-01-16 Thread Jim Baker
Tristan, re Derby specifically, I lead the Boulder, Colorado Python Users Group (Front Range Pythoneers). Our group had a sprint in 2006on adding Oracle backend support to Django. By combining Django (thanks Jacob!) and Oracle domain experts, we had somet

django on jython: using derby as a backend

2008-01-15 Thread Tristan King
Hi all, I spent a bit of time today looking at using derby (http://db.apache.org/derby ) as a backend for django on jython. After spending a few hours of digging around in code i realised i know far too little about databases to write the backend myself. Has anyone else considered this? I s