PostgreSQL XML data and Elixir / Ecto?

Yeah, my Postgres driver is going to support anything out of the box, as any type even custom types in the end can be decoded to their base type, for XML it would be text.

But we probably want more then just text if we’re going to do more work with it in our application code.