XQuark Bridge gives you XML/Relational mapping.
From the site:
XQuark Bridge uses two independent modules to implement its functionality:
* Extractor, which extracts data stored in relational database into XML format via XQuery, and
* Mapper, which map XML documents and load them into an existing relational database.
I haven't played with it yet, but it kinda sucks to think mapping to XML and mapping from XML have to be two independent processes.
In traditional Object/Relational tools, you do the mapping once.
There must be some way to achieve this for XML/Relational mapping.
Leave a comment