Subject Re: [firebird-support] DBD Driver support
Author Philippe Makowski
2010/6/28 Car Toper <cartoper@...>

>
> I have know for a while about the Apache Foundation's cross platform
> framework APR, but late last week I discovered the APR framework has a
> database abstraction layer called DBD. I see there is no Firebird
> driver in the APR project, I was wondering if anyone knew of an effort
> to create a DBD layer.
>
I don't, but for someone with C knoledge and Firebird API knowlegde it
could be done

In their code I see that Firebird is mentioned:
http://svn.apache.org/repos/asf/apr/apr/trunk/dbd/apr_dbd.c

#if APU_HAVE_SOME_OTHER_BACKEND
DRIVER_LOAD("firebird", apr_dbd_other_driver, pool);
#endif

may be you should ask to Apache APR people