mod_dbd_pgsql 0.1 review
Downloadmod_dbd_pgsql is a DBD Driver module for PostgreSQL. apr_dbd The apr_dbd framework presents a common API for different SQL data
|
|
mod_dbd_pgsql is a DBD Driver module for PostgreSQL.
apr_dbd
The apr_dbd framework presents a common API for different SQL database engines. The API is documented in apr_dbd.h.
DBD Drivers
APR DBD Drivers are currently available for MySQL and PostgreSQL. The apr_dbd architecture supports dynamic loading of database driver modules, so that new drivers can be installed at any time, without any requirement to recompile APR (provided the platform supports dynamic loading).
mod_dbd
mod_dbd presents the API for Apache modules, and deals with managing database connections efficiently for both threaded and non-threaded MPMs.
mod_sql
mod_sql is an XML Namespace Module that builds on mod_dbd to implement SQL handling in XML applications with mod_publisher or mod_xmlns.
Requirements:
PostgreSQL Client lib
Apache 2.x
mod_dbd_pgsql 0.1 search tags