Skip to content

Latest commit

 

History

History
25 lines (21 loc) · 676 Bytes

pdo.rst

File metadata and controls

25 lines (21 loc) · 676 Bytes

PDO Driver How-To

The purpose of this How-To is to provide a basic understanding of the steps required to write a database driver that interfaces with the PDO layer. Please note that this is still an evolving API and as such, subject to change. This document was prepared based on version 0.3 of PDO. The learning curve is steep; expect to spend a lot of time on the prerequisites.

Contents:

.. toctree::
    :maxdepth: 2

    pdo/prerequisites.rst
    pdo/preparation.rst
    pdo/implementing.rst
    pdo/building.rst
    pdo/testing.rst
    pdo/packaging.rst
    pdo/pdo-dbh-t.rst
    pdo/pdo-stmt-t.rst
    pdo/constants.rst
    pdo/error-handling.rst