[erlang-questions] mnesia and lists

Bob Ippolito bob@REDACTED
Mon Feb 12 03:39:59 CET 2007


On 2/11/07, jm <jeffm@REDACTED> wrote:
> How do you handle records which contain lists in mnesia? Does it handle
> it automatically or like other database systems do you have to map the
> list entries to rows in the table? I image the latter, but if there's a
> clever way to do this I'd like to know. It's always the simple things
> that cause you to stumble hence all these simplistic question I'm
> asking. The "hard" questions are easy.

You just do it. Mnesia doesn't care what's in your record, it'll
serialize anything.

-bob



More information about the erlang-questions mailing list