* Nick Kew <[EMAIL PROTECTED]> wrote:
<snip>
I'd like the DBD API to be generic, and to work for other modules that use an SQL backend, ranging from specific modules such as SQL-based authentication and logging to general frameworks such as Perl, Python and PHP. I don't know to what extent that's going to prove feasible, but perhaps my current draft can serve as a startingpoint. What I'd really like at this stage is feedback from other developers connecting Apache to an SQL backend.
http://www.unixodbc.org/ ?
LGPL`ed, and I have never seen it used from an Apache Module.
It looks quite heavy... the APR DBD api is just a loose wrapper around the low level calls, its a different target than unixODBC, which looks to be much much more.