Skip to content

JSON support phase1 #14

@gin0115

Description

@gin0115
  • selectJson
  • whereJson
  • whereInJson
  • whereBetweenJson
  • whereDateJson
  • orderByJson
  • joinJson

Support for Laravel style selectors should also be included using using JSON with initial methods.

QB::where('columnName->key1->key2', '=', 'matchingvalue'); this would then look inside a json object held in the column columnName, an see if the value held in {"key1": {"key2":'value"}} === 'matchingvalue'

Metadata

Metadata

Assignees

Labels

No labels
No labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions