Wrap the receiver in an JSONOp so you can easily use the PostgreSQL json functions and operators with it.
# File lib/sequel/extensions/pg_json_ops.rb, line 342 def pg_json JSONOp.new(self) end
Wrap the receiver in an JSONBOp so you can easily use the PostgreSQL jsonb functions and operators with it.
# File lib/sequel/extensions/pg_json_ops.rb, line 348 def pg_jsonb JSONBOp.new(self) end
Generated with the Darkfish Rdoc Generator 2.