Thanks.
How difficult would it be to implement hsqldb support in jython-django?
Is there some documentation out there for adding new database drivers,
or am I insane to even consider it?
I presume I'd have to add support into zxJDBC too?
Cheers,
Tim.
Josh Juneau wrote:
> Tim-
>
> At this time, hsqldb is not currently supported by the django-jython
> project.
>
> http://code.google.com/p/django-jython/
>
> <http://code.google.com/p/django-jython/>In order to make use of Django
> from Jython you need to include the Django Jython project for database
> support and other Jython supported features. At this time, postgres,
> Oracle, mysql, and mssql2k are supported. You can also use sqllite, but
> that backend is not up-to-date and probably needs some work.
>
> Hope this helps.
>
>
> Josh Juneau
> juneau001@... <mailto:juneau001@...>
> http://jj-blogger.blogspot.com
> http://www.jythonpodcast.com
> Twitter ID: javajuneau
>
>
> On Fri, Feb 19, 2010 at 9:10 AM, Tim Sawyer <list.jython@...
> <mailto:list.jython@...>> wrote:
>
> Hi,
>
> I'm writing a Django app which will run on Jython (and Tomcat), and I'd
> like to access a hsqldb database. Is this possible?
>
> Thanks,
>
> Tim.
>
> ------------------------------------------------------------------------------
> Download Intel® Parallel Studio Eval
> Try the new software tools for yourself. Speed compiling, find bugs
> proactively, and fine-tune applications for parallel performance.
> See why Intel Parallel Studio got high marks during beta.
> http://p.sf.net/sfu/intel-sw-dev
> _______________________________________________
> Jython-users mailing list
> Jython-users@...
> <mailto:Jython-users@...>
> https://lists.sourceforge.net/lists/listinfo/jython-users
>
>
|