PHPG is a PostgreSQL database interface class that was specifically designed to confront and resolve the majority of the long-standing issues with PHP's native PostgreSQL driver. Much of the underlying functionality utilizes PHP's native PostgreSQL driver to maintain performance and reliability. Its features include automatic detection and transformation of most PostgreSQL data-types to native PHP data structures, including integers, floats, booleans, NULLs, arrays, Hstores, and geometrical types, transaction-style database cursors with commit and rollback functionality, superglobal database connections that retrieve existing database connections from any scope.
Tags | PHP postgresql Hstore |
---|---|
Licenses | Public Domain |