On Wed, 2007-10-31 at 17:57 +0100, Niki Guldbrand wrote: > Any of you that knows of such a tool for linux ? > As i would also be interested in it to draw the relation ships between > db tables.
For MySQL, there's the soon-to-be-released MySQL Workbench, which can do reverse-engineering. There's an old beta around, but according to one of the devs, in the next week or 2 there will be a major release. For other DBs, there's DB Architect by The Kompany. It's not free, and it uses QT, but it exists and it also does reverse-engineering of multiple DB servers. It works on Linux, Windows and OS-X. It can also create the SQL to update your schema based on changes you make to the design, which is pretty cool. -- Daniel Kasak IT Developer NUS Consulting Group Level 5, 77 Pacific Highway North Sydney, NSW, Australia 2060 T: (+61) 2 9922-7676 / F: (+61) 2 9922 7989 email: [EMAIL PROTECTED] website: http://www.nusconsulting.com.au _______________________________________________ DBmail mailing list [email protected] https://mailman.fastxs.nl/mailman/listinfo/dbmail
