Paul Querna wrote:
Nick Kew wrote:

I have recently developed a first-draft namespace module mod_sql for
incorporating SQL into HTML/XML pages with mod_publisher or mod_xmlns.

In doing so, I revisited the existing database connection pooling modules,
and reclassified them as drivers for mod_sql. I also added support for
LAMP-style single persistent connections for use in non-threaded MPMs,
using #if APR_HAS_THREADS.


That basically means each database module is an ap_provider for "dbd",
and implements a common API.


+1 in concept from me. One thing I think needs to be kept in mind is a separation from Apache-ism so it could be used by Python/PHP/Perl without requiring Apache.

Please take a look at DBDI Project. http://groups.google.com/[EMAIL PROTECTED] which already targets Perl6 DBI, Python DBI, Ruby DBI, PHP DBI etc.

--
__________________________________________________________________
Stas Bekman            JAm_pH ------> Just Another mod_perl Hacker
http://stason.org/     mod_perl Guide ---> http://perl.apache.org
mailto:[EMAIL PROTECTED] http://use.perl.org http://apacheweek.com
http://modperlbook.org http://apache.org   http://ticketmaster.com

Reply via email to