Method: Sequel::Postgres::HStoreOpMethods#hstore
- Defined in:
- lib/sequel/extensions/pg_hstore_ops.rb
#hstore ⇒ Object
Wrap the receiver in an HStoreOp so you can easily use the PostgreSQL hstore functions and operators with it.
365 366 367 |
# File 'lib/sequel/extensions/pg_hstore_ops.rb', line 365 def hstore HStoreOp.new(self) end |