Hi Looking for some guidance using SQLAlchemy. In particular using SQLAlchemy to parse an XML file to the database.
I have read the docs in SQLAlchemy on creating database and classes and tables and then started reading http://docs.sqlalchemy.org/en/rel_0_9/orm/index.html?highlight=xml However i want to understand the end process of importing the XML in and considerations and restrictions of this. Finding a lot of my search results are returning 'persisting xml' tutorials and examples, or very basic examples of typed in database entries (album, artist examples etc) Can anyone help advise how I would go about this? Any tutorials or information appreciated. Have read tutorials on lxml and elementree as well but again I don't understand if SQLAlchemy needs me to parse via this first if so what is important to understand, or has SQLA another mechanism for handinling importing XML nodes to classes? Thank you Sayth -- You received this message because you are subscribed to the Google Groups "sqlalchemy" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/sqlalchemy. For more options, visit https://groups.google.com/groups/opt_out.
