[Tutor] Python and HSQL

Kent Johnson kent37 at tds.net
Thu Sep 4 22:29:58 CEST 2008


On Thu, Sep 4, 2008 at 3:00 PM, Derek Croxton
<dcroxton at oxenstierna.homelinux.net> wrote:
> Is there a way to connect to an HSQL database via Python?  After some
> googling, the only way I can find is to use jython and connect via jdbc.
>  I don't want to use jython, so I'm hoping there is another way.

HSQL can talk HTTP so I guess at least in theory it is possible. I
don't see any docs for the HTTP protocol though. Anyway Jython is not
so bad :-)

Kent


More information about the Tutor mailing list