> Yes, I agree. Hopefully there is some simple sub-set at least. Probably it is a good idea to have a look into Hibernate. They can create tables from hbm.xml mapping files...
> Nothing complicated. Just creating the empty database and then adding > the tables, with the field (column) definitions. I'm afraid, creating a database can be quite complicated per se on some DBMS, e.g. Oracle. In the first run, I'll probably not support such syntaxes. I'm guessing that plain SQL will have to do for those users that do want to create new databases. Creating tables and fields is more straight-forward. > I could also use API to add or later field (column) definitions, but > that's less important for me. Alright. I'll have a look some time soon Cheers Lukas
