Sha256: 43e04c660e4c4c8c83f471d843c8636e147b8bc3d07d857abe4041cc0a2fe0ec

Contents?: true

Size: 497 Bytes

Versions: 21

Compression:

Stored size: 497 Bytes

Contents

module Mobility
  module Backends

=begin

Stores translations as hash on Postgres hstore column.

==Backend Options

===+column_prefix+ and +column_suffix+

Prefix and suffix to add to attribute name to generate hstore column name.

@see Mobility::Backends::ActiveRecord::Hstore
@see Mobility::Backends::Sequel::Hstore
@see https://www.postgresql.org/docs/current/static/hstore.html PostgreSQL Documentation for hstore

=end
    module Hstore
      extend Backend::OrmDelegator
    end
  end
end

Version data entries

21 entries across 21 versions & 1 rubygems

Version Path
mobility-0.6.0 lib/mobility/backends/hstore.rb