Filter → JSONB SQL

Generate PostgreSQL JSONB queries from filter metadata.

FILTER → JSONB SQL

buildJsonbQuery()

Input

Output

JSONB WHERE
(("data" #>> $1)::numeric > $2)
[
  [
    "age"
  ],
  18
]