-
Hello! I am migrating some queries to Rel8, and I find myself in need of operators that deal with jsonb data. In particular |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
I don't think there's built-in support for this as of 1.4.1, maybe it's been added more recently? But there's always
|
Beta Was this translation helpful? Give feedback.
-
Indeed with the latest release one can simply do the following so I think we can close this :) arrayElements :: Expr (Maybe Value) -> Query (Expr Value)
arrayElements = queryFunction "jsonb_array_elements" |
Beta Was this translation helpful? Give feedback.
Indeed with the latest release one can simply do the following so I think we can close this :)