I'm attempting to enhance exposed to query jsonb c...
# exposed
m
I'm attempting to enhance exposed to query jsonb columns in postgres. The initial ColumnType implementation was straightforward - kudos on that. Has anyone attempted implementing the json operators? https://www.postgresql.org/docs/9.5/static/functions-json.html More than willing to take a stab at it, but would rather not do work someone else has already done or started. Thanks everyone.