m6w6/pq-gateway

ext-pq的表/行网关

v2.1.0 2015-05-20 16:16 UTC

This package is auto-updated.

Last update: 2024-09-11 01:27:25 UTC


README

网关实现ext-pq

文档

http://mdref.m6w6.name/pq-gateway

新闻

  • 2015-05-20: 2.1.0 版本标记
  • 2014-10-15: 2.0.0 版本标记
  • 2013-05-15: 1.1.0 版本标记
  • 2013-05-03: 1.0.0 版本标记

变更日志

2.1.0

  • 添加了 pq\Query\AsyncExecutor::setCallbacks(callable $init, callable $done, callable $then)
    并移除了对 reactphp/promise 的软依赖
  • 修复了 pq\Gateway\Table::with() 在源表等于外键表时的关系处理

2.0.0

  • 发布文档
  • 添加了对 pecl/pq-0.5 的支持
  • 重构关系

1.1.0

  • 添加了对一维数组的支持
  • 添加了 pq\Gateway\Table\Attributes (输入参数的类型支持)

1.0.0

  • 首个稳定版本