JSON "subscription" syntax (since Postgres 14) #3006
Unanswered
ivan-kleshnin
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
From https://aaronbos.dev/posts/postgres-14-json
Is it possible to generate this type of query without falling back to raw SQL?
Here's my working code:
Query builder seemingly does not support
sql
in.set()
:Do I miss something or it's really not supported as, perhaps, something Postgres specific?
Beta Was this translation helpful? Give feedback.
All reactions