承接 canedoc/json-query-builder 相关项目开发

从需求分析到上线部署,全程专人跟进,保证项目质量与交付效率

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

canedoc/json-query-builder

最新稳定版本:v1.0.0

Composer 安装命令:

composer require canedoc/json-query-builder

包简介

README 文档

README

laravel json query builder makes working with json column much easier, using json columns ley you combine NoSQL and relational structures in the same database. now you can use json columns as if they were structered columns for filtering, selecting and searching. We provide support for Mysql, MariaDB, Sql Server.

Installation

The recommended way to install json-query-builder is through Composer

$ composer require canedoc/json-query-builder

Usage

selecting

\DB::table('table')->addSelect('column->path->to->element', 'as_name');

or

ModelName::addSelect('column->path->to->element', 'as_name');

filtering by the data content

\DB::table('table')->whereJsonValue('column->path->to->element', '=', 22);
ModelName::whereJsonValue('column->path->to->element', '>', 22);

we can use operators : =, >, <, >=, <=, like.

filtering valid/invalid json column content.

\DB::table('table')->whereJsonIsValid('column');
ModelName::whereJsonIsInvalid('column');

we can also use : orWhereJsonValue, orWhreJsonIsValid, orWhereJsonIsInvalid.

tests

to test the package run:

./vendor/bin/testbench package:test

Authors

License

json-query-builder is licensed under the MIT License.

统计信息

  • 总下载量: 7
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 0
  • 点击次数: 1
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

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

其他信息

  • 授权协议: MIT
  • 更新时间: 2022-10-24

承接程序开发

PHP开发

VUE

Vue开发

前端开发

小程序开发

公众号开发

系统定制

数据库设计

云部署

网站建设

安全加固