phalcon / cphalcon

High performance, full-stack PHP framework delivered as a C extension.
https://phalcon.io
BSD 3-Clause "New" or "Revised" License
10.76k stars 2.07k forks source link

[NFR]: ORM WITH JSON_EXTRACt #16568

Open intcua opened 2 months ago

intcua commented 2 months ago

Is your feature request related to a problem? Please describe. I can't use all of JSON type on ORM Phalcon like : JSON_EXTRACt JSON_SEARCH

Describe the solution you'd like I need some new to handler JSON MYSQL query

niden commented 2 months ago

This is not supported and most likely will not be, since it is not a common methods for Sqlite, MySql and Postgres.

You can however implement it yourself with very little effort. Have a look at this example:

https://docs.phalcon.io/latest/db-layer/?h=match#custom_1