This is a PHP userland implementation of a Table Data Gateway for pecl/pq.
$ composer --require m6w6/pq-gateway ~2.0
The pq\Gateway namespace holds implementations and interfaces related to the table data gateway implementation for pecl/pq.
namespace pq\Gateway
The pq\Query namespace holds implementations and interfaces related to assembling, expressing and executing queries on behalf of the gateway.
namespace pq\Query