You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I had some success using "JSONB Containment and Existence". This can be accomplished using the contains method, which maps to the @> (duck) operator, and was able to avoid using RawDangerous.
Suppose you have a JSONB column called parameters. You could build a filter using JSONB containment of another JSON document.
Hi -- dug through the code, tests, and README and didn't see any JSONB examples.
We've effectively resorted to large
RawDangerous()
blocks which is a concern.Any chance the README could provide at minimum a few examples for using this library to work with JSONB queries?
The text was updated successfully, but these errors were encountered: