ecto_adapters_dynamodb v0.4.6 Ecto.Adapters.DynamoDB.DynamoDBSet View Source

An Ecto type for handling MapSet, corresponding with DynamoDB’s set type. Since ExAws already encodes and decodes MapSet, we only handle casting and validation here.

Link to this section Summary

Functions

Confirm the type is a MapSet and its elements are of one type, number or binary

Dump as is

Load as is

This type is actually a MapSet

Link to this section Functions

Confirm the type is a MapSet and its elements are of one type, number or binary

This type is actually a MapSet