I have an XML files to read and load into database daily at night (cron)
So i planed to do this in a batch.
Is there any command line tool to :
1. Create a postgres schema using an XSD file?
2. Transform an XML file into SQL commands for postgres?
Any other solution is welcome.