zk2/sps-dbal-component
最新稳定版本:v2.0.3
Composer 安装命令:
composer require zk2/sps-dbal-component
包简介
SQL query builder for Doctrine DBAL
README 文档
README
Often there is a need to provide the end user with the possibility of complex filtering any data. It is quite problematic to correctly place parentheses in the AND / OR set. It is even more problematic to filter / sort by value from the aggregating function.
The component is intended for building valid blocks "WHERE", "OFFSET", "LIMIT" and "ORDER BY"
in Doctrine\DBAL\Query\QueryBuilder.
Also, the component allows you to use result of aggregating functions in the blocks
"WHERE" and "ORDER BY".
Documentation
Running the Tests
Environment for tests inside Docker
It provides 3 DataBase engine (MySql, Postgres and SQLite) with fixtures.
For run tests:
cd tests/docker
docker-compose up -d
docker-compose exec php ./vendor/bin/phpunit
License
This bundle is released under the MIT license. See the complete license in the bundle:
LICENSE
统计信息
- 总下载量: 2.96k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2020-08-08