Replies: 1 comment 1 reply
-
@bbqsrc Can you please describe your use case? I'm pretty sure that this is already supported with https://docs.rs/sea-query/latest/sea_query/extension/postgres/trait.PgExpr.html#method.get_json_field & https://docs.rs/sea-query/latest/sea_query/extension/postgres/trait.PgExpr.html#method.cast_json_field. It's probably just not documented with sea-orm, but I'm already using it in a project to run queries agains json fields, so I know it works. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
A number of my use cases require dealing with a bag of properties, and querying for the existence of things in said bag. Maybe even using the resulting value on occasion, haha.
Supporting the operators on this page would be helpful to my use case, particularly
->
and->>
.Is there any known workaround I can use in the meantime?
Beta Was this translation helpful? Give feedback.
All reactions