Fields.AddressEncrypted (fields v2.8.0)

An Ecto Type for encrypted addresses.

Example

schema "users" do
  field(:address, Fields.AddressEncrypted)
end

Link to this section Summary

Link to this section Functions