A MySQL schema parser in Java?
- by Richard
Hi all,
Does anyone know whether there is a java library for parsing a MySQL schema? In code I want to be able to determine the tables and fields specified in a schema. Or am I going to have to write my own?
Thanks Richard.