Jump to letter: [
ABCDGHIJLMOPRSTW
]
jsquery_95 - PostgreSQL json query language with GIN indexing support
- Description:
JsQuery – is a language to query jsonb data type, introduced in
PostgreSQL release 9.4.
It's primary goal is to provide an additional functionality to jsonb
(currently missing in PostgreSQL), such as a simple and effective way to
search in nested objects and arrays, more comparison operators with
indexes support. We hope, that jsquery will be eventually a part of
PostgreSQL.
Jsquery is released as jsquery data type (similar to tsquery) and @@
match operator for jsonb.
Packages