DBDesigner 4 is a visual database design system that integrates database design, modeling, creation and maintenance into a single, seamless environment. It combines professional features and a clear and simple user interface to offer the most efficient way to handle your databases. DBDesigner 4 is developed and optimized for the open source MySQL-Database to support MySQL users with a powerful and free available design tool. All MySQL specific features have been built in to offer the most convenient way to design and keep control of your MySQL-Databases.
DBDesigner provides number of features while modeling an ERD including:
- drop drag foreign key field creation,
- "regions" to group similar tables,
- exporting ERD in image format,
- generate SQL scripts,
- connect and open tables directly from database (i cannot able to perform that one),
- view ERD in query mode etc..
After designing full fledged ERD, I have also come up with some cons and limitations of this tool. Some of them are as follows:
- one of the biggest limitation is that it is developed specifincally for MySQL database. Which means that you cannot switch between databases by only using this tool.
- i haven't found in the whole tool that 'How to add a CONSTRAINT on any table ;('. I have to add all the constraints manually (in the script) at the end of ERD.
- why can,t I change the name of the foreign key in any table ;-?. The name of foreign is fixed (i.e. tablename_id) and cannot be edited.
- no type of comparisons at any level.
rizzz86
No comments:
Post a Comment