zk2/sps-dbal-component 问题修复 & 功能扩展

解决BUG、新增功能、兼容多环境部署,快速响应你的开发需求

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

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

Quick start

Definitions

Usage

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

GitHub 信息

  • Stars: 0
  • Watchers: 1
  • Forks: 0
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2020-08-08