PostgreSQL XML data and Elixir / Ecto?

Yeah, I was afraid that might be the answer. I looked around a bit but didn’t find anything. I guess the option is to somehow treat the column as text and then do some string parsing, etc. Although even on parsers/builders (especially the latter) choice seems to be limited. Either wrapper on :xmerl (sweetxml was it?) w/o schema support or sax parsers with other limitations. Nothing really full-fledged so far.