Class | Sequel::Postgres::JSONBArray |
In: |
lib/sequel/extensions/pg_json_ops.rb
lib/sequel/extensions/pg_json.rb |
Parent: | Object |
Wrap the JSONBArray instance in an JSONBOp, allowing you to easily use the PostgreSQL jsonb functions and operators with literal jsonbs.
# File lib/sequel/extensions/pg_json_ops.rb, line 374 374: def op 375: JSONBOp.new(self) 376: end