[erlang-questions] Storing Map into DB

Steve Davis steven.charles.davis@REDACTED
Fri Mar 24 15:12:41 CET 2017


Simplest (and most portable) would be:

for the put/write: term_to_binary(Map), for the get/read: binary_to_term(Blob)


More information about the erlang-questions mailing list