postgresql-14-jsquery

PostgreSQL JSON query language with GIN indexing support
  https://github.com/postgrespro/jsquery
  0
  no reviews



JsQuery provides additional functionality for the PostgreSQL jsonb datatype, such as a simple and effective way to search in nested objects and arrays, and more comparison operators with index support. It does this by implementing a specialized search syntax, the @@ operator, and the jsquery type for search strings.