===================== sad_spirit/pg_wrapper ===================== This package has two parts and purposes - Converter of `PostgreSQL data types `__ to their PHP equivalents and back and - An object oriented wrapper around PHP's native `pgsql extension `__. The converter part can be used separately, this will require :ref:`manually specifying types and calling the type conversion methods `. :ref:`Using the wrapper part ` provides transparent conversion of query results and easier conversion of parameter values for parametrized queries. .. toctree:: :maxdepth: 3 :caption: Contents: overview tutorial-types types converters converter-factories default-types internals-oids howto-enums howto-base tutorial-wrapper connecting queries prepared-statements result transactions exceptions decorators