Danila Papko
Results
2
issues of
Danila Papko
Hello. Is it possible to do something like this in pongo2? `{% if array|length > 0 -%}` where array is a list of structs which can be empty.
question
Is there any opportunity to find out if JSONB field contains one value or array of values using Cycle ORM ? Example for Eloquent ORM: `$users = DB::table('users') ->whereJsonContains('options->languages', 'en')...
type:enhancement