AntidoteDB / antidote-erlang-client

Erlang client for Antidote
Apache License 2.0
15 stars 10 forks source link

Map support #18

Closed v0idpwn closed 2 years ago

v0idpwn commented 2 years ago

Adds support to maps in the client.

v0idpwn commented 2 years ago

It comes as a list from antidote, but we want to structure it as a map locally (easier and better). Both dirty_value/1 and value/1 return maps.

Btw I'm closing this in favor of the fork PRs (which atm have the same code)