You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently there is no native support for maps. However, some protocols and formats have a native representation for maps (e.g. DynamoDB). Consequently, there is a strong advantage to having a native map type, distinct from Sequence.
Add new Schema.Map case class, which stores a schema for key, stores a schema for value, and extends Schema[Map[K, V]].
Support new schema type for all existing codecs and other operations that match on schema
Currently there is no native support for maps. However, some protocols and formats have a native representation for maps (e.g. DynamoDB). Consequently, there is a strong advantage to having a native map type, distinct from
Sequence
.Schema[Map[K, V]]
.@thinkharderdev Contender for ZIO Hackathon??
The text was updated successfully, but these errors were encountered: