Wrap the receiver in an HStoreOp so you can easily use the PostgreSQL hstore functions and operators with it.
[Source]
# File lib/sequel/extensions/pg_hstore_ops.rb, line 290 290: def hstore 291: HStoreOp.new(self) 292: end
[Validate]