I need to convert an XML to a MySQL DB Schema. I have been able to generate the XSD from the XML. Now i want to use the XSD to generate the DB schema in MySQL or PostgreSQL. Can anyone tell me how can i do this or point to any tools which i can use for this?
Asked
Active
Viewed 1.3k times
1 Answers
3
There is a command-line tool called XSD2DB, that generates database from xsd-files, available at sourceforge.
For more info: please refer to this existing question How can I create database tables from XSD files?

Community
- 1
- 1

Siva Charan
- 17,940
- 9
- 60
- 95
-
Unfortunately it still sopports only SQL Server. And require Windows OS ! – Slyx May 28 '14 at 17:03