Database Interface
Generic database interface framework and specific database drivers.
Project outline
Project documentation: online.
Development trunk at: svn://falconpl.org/falcon/modules/dbi
Detailed description
This projects is in charge to develop the Falcon DBI infrastructure (or framework) and to integrate various database engines into it.
Falcon provides two integrated database layers: an high level abstraction layer which can be accessed through the 'dbi' module, and a low level, driver specific layer which is provided by specific modules. The DBI system allows to receive a generic DBI interface to a database, but then it is possible to act directly on the database API primitives, if needed.