|
Hello! I am migrating some queries to Rel8, and I find myself in need of operators that deal with jsonb data. In particular |
Answered by
gkaracha
Jul 31, 2024
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 |
1 reply
|
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" |
0 replies
Answer selected by
gkaracha
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Indeed with the latest release one can simply do the following so I think we can close this :)