typesafe-query-builder
typesafe-query-builder copied to clipboard
Can I query and use JSONB values in WHERE condition
Do you planning support JSONB queries and where (subscripting or via -> )? Thanks for perfect lib ;)
Planning? Not really but better support for (simple) JSON conditions sounds like a good addition.
Do you have any specific use-cases in mind? I for myself am only using Postgres to store JSON values, never had the need to query them.
BTW I am working on a new version with improved typing and subselect / subquery support.