[Haskell-cafe] HDBC Oracle bindings(?/!)

Thiago Arrais thiago.arrais at gmail.com
Tue Nov 4 15:26:35 EST 2008


On Thu, Oct 30, 2008 at 11:53 AM, Daniil Elovkov
<daniil.elovkov at googlemail.com> wrote:
> Yes, HSQL supports Oracle natively, through OCI. hsql-oracle isn't on
> hackage, only in the repository.

That's exactly what I was looking for, but for HDBC instead. Since OCI
bindings for HDBC don't seem to exist, I guess I'll have to write my
own instead.

> I don't know how Takusen's oci code looks, but I would suspect that porting
> HSQL Oracle code to HDBC could be simpler, because HDBC and HSQL are quite
> similar in their interfaces, unlike Takusen.

Thanks for the tip. I really wasn't aware that HSQL already had OCI
bindings. I'll take a look at the HSQL code, steal some ideas from it
and hopefully make my little HDBC driver production ready some day.

Cheers,

Thiago Arrais
--
Enjoy Chaos - http://blog.thiagoarrais.com
Thoughts, ideas and useless ranting about software development and technology


More information about the Haskell-Cafe mailing list