View Source Ecto.Adapters.DynamoDB.QueryInfo (ecto_adapters_dynamodb v3.4.0)

An Elixir agent to optionally record DynamoDB query information (like LastEvaluatedKey) that's not part of expected Ecto return values.

Summary

Functions

Returns the value (query info) in the QueryInfo agent associated with the provided key.

Provides a random 32 character, base 64 encoded string.

Returns the complete current map recorded by the agent.

Updates the value of a given key in the Agent map.

Updates the value of a given key in the Agent map according to a specific function.

Functions

Returns the value (query info) in the QueryInfo agent associated with the provided key.

Provides a random 32 character, base 64 encoded string.

Returns the complete current map recorded by the agent.

Updates the value of a given key in the Agent map.

Link to this function

update(key, initial, fun)

View Source

Updates the value of a given key in the Agent map according to a specific function.