Sha256: 6a3d9d9abde6fb9f757d24e168c43987ca4963235692829d8d188b0dfd75c0cb

Contents?: true

Size: 453 Bytes

Versions: 1

Compression:

Stored size: 453 Bytes

Contents

module Mobility
  module Backends
=begin

Stores translations as hash on Postgres jsonb column.

==Backend Options

===+prefix+ and +suffix+

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

@see Mobility::Backends::ActiveRecord::Jsonb
@see Mobility::Backends::Sequel::Jsonb
@see https://www.postgresql.org/docs/current/static/datatype-json.html PostgreSQL Documentation for JSON Types

=end
    module Jsonb
    end
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
mobility-1.0.0.alpha lib/mobility/backends/jsonb.rb