Mapper for serializing XML ElementTree with SQLAlchemy
This morning I've been working out how to configure a SQLAlchemy mapper to enable me to store an XML blob to relational databases. Storing the XML element is a bit of hack right now; ultimately, I want to map all the relevant pieces of the XML to appropriate Python object attributes. But until I figure […]
Also tagged Python, SQLAlchemy