Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/m6w6/pq-gateway
A gateway implementation for ext-pq
https://github.com/m6w6/pq-gateway
Last synced: 4 days ago
JSON representation
A gateway implementation for ext-pq
- Host: GitHub
- URL: https://github.com/m6w6/pq-gateway
- Owner: m6w6
- License: bsd-2-clause
- Created: 2013-06-03T08:07:23.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2015-09-24T10:02:48.000Z (about 9 years ago)
- Last Synced: 2024-06-21T06:40:41.984Z (5 months ago)
- Language: PHP
- Size: 316 KB
- Stars: 5
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# pq-gateway
A [gateway](http://martinfowler.com/eaaCatalog/tableDataGateway.html) implementation
for [ext-pq](https://github.com/m6w6/ext-pq).## Docs
http://mdref.m6w6.name/pq-gateway
## News
* ***2015-05-20:*** 2.1.0 tagged
* ***2014-10-15:*** 2.0.0 tagged
* ***2013-05-15:*** 1.1.0 tagged
* ***2013-05-03:*** 1.0.0 tagged## ChangeLog
### 2.1.0
* Added pq\Query\AsyncExecutor::setCallbacks(callable $init, callable $done, callable $then)
and removed soft dependency on reactphp/promise
* Fixed pq\Gateway\Table::with()'s relation handling when source table equals foreign table### 2.0.0
* Published documentation
* Added support for pecl/pq-0.5
* Refactored relations
### 1.1.0
* Added support for one-dimensional arrays
* Added pq\Gateway\Table\Attributes (type support for input parameters)### 1.0.0
* First stable release