mySql visual/graphical data modelling tool to generate database tables – free – use mySql Workbench
Most Website are doing some database read/writes. For professional business, the best but most expensive database is Oracle. All others are using mySql. Therefore, mySql intends to be one of the fastest READ databases. This is perfect for web applications where read access is done most of the time.
But none of us likes to write all DDL (data definition language) statements by hand. SQL ist great, but I'd like to model my application. So I'd like to visually draw my tables and foreign keys! After that my tables and key should be generated to the mySql database.
There are many graphical modelling tools available. Some are good, some are kind of complicated, some are expensive and others not. Anyway, I really can recommend mySql Workbench! It's from mySql development itself and I think it's free of charge for private use.
















