Welcome to dbFreaks.com!
FAQFAQ      ProfileProfile    Private MessagesPrivate Messages   Log inLog in

A free tool like Erwin

 
   Database Help (Home) -> Java RSS
Next:  Newbie - problem accessing DB2 with Java program.  
Author Message
Mr. X.

External


Since: Dec 27, 2007
Posts: 35



(Msg. 1) Posted: Mon Mar 17, 2008 6:22 am
Post subject: A free tool like Erwin
Archived from groups: comp>lang>java>databases (more info?)

Hello.

I am looking for a free tool like Erwin
(Erwin is a tool that show the whole schema database or part of it as an ERD
diagram.
It has algorithms to show the ERD in minimal place, with minimal crosses
between lines).

Thanks Smile

 >> Stay informed about: A free tool like Erwin 
Back to top
Login to vote
Arne_Vajhøj

External


Since: Mar 02, 2008
Posts: 36



(Msg. 2) Posted: Mon Mar 17, 2008 9:52 pm
Post subject: Re: A free tool like Erwin [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Mr. X. wrote:
> I am looking for a free tool like Erwin
> (Erwin is a tool that show the whole schema database or part of it as an ERD
> diagram.
> It has algorithms to show the ERD in minimal place, with minimal crosses
> between lines).

If there were a free tool as good as ERWin - how many licenses do
you think ERWin would sell ?

There are a few free tools. I think you have gotten links in previous
posts.

Arne

 >> Stay informed about: A free tool like Erwin 
Back to top
Login to vote
Sabine Dinis Blochberger

External


Since: Feb 12, 2008
Posts: 10



(Msg. 3) Posted: Wed Mar 19, 2008 9:34 am
Post subject: Re: A free tool like Erwin [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Mr. X. wrote:

> Hello.
>
> I am looking for a free tool like Erwin
> (Erwin is a tool that show the whole schema database or part of it as an ERD
> diagram.
> It has algorithms to show the ERD in minimal place, with minimal crosses
> between lines).
>
> Thanks Smile
>
>
There are some ERD programs.

I have used DBDesigner4 [1] and Toad Data Modeller 3 [2].

The DBDesigner is too MySQL centric (it puts foreign keys into the
diagram) for me, the Toad is more true to the ERD standard, I suppose.

[1] <http://www.fabforce.net/dbdesigner4/>
[2]
<http://www.toadsoft.com/toaddm/toad_data_modeler.htmhttp://www.toadsoft.com/toaddm/toad_data_modeler.htm>
--
Sabine Dinis Blochberger

Op3racional
www.op3racional.eu
 >> Stay informed about: A free tool like Erwin 
Back to top
Login to vote
Lew

External


Since: Feb 15, 2008
Posts: 43



(Msg. 4) Posted: Wed Mar 19, 2008 9:34 am
Post subject: Re: A free tool like Erwin [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Sabine Dinis Blochberger wrote:
> The DBDesigner is too MySQL centric (it puts foreign keys into the
> diagram) for me, the Toad is more true to the ERD standard, I suppose.

How is that MySQL-centric? Especially since in its marketplace, MySQL is the
only product to offer an engine, MyISAM, that doesn't even support foreign
keys. (Its other engines do support FKs; MyISAM is for tables that need
performance at the expense of architecture and safety.)

--
Lew
 >> Stay informed about: A free tool like Erwin 
Back to top
Login to vote
blueparty

External


Since: Mar 19, 2008
Posts: 3



(Msg. 5) Posted: Wed Mar 19, 2008 9:34 am
Post subject: Re: A free tool like Erwin [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Squirrel SQL is not like Erwin, it is not a designer tool, but it is
very good for maintenance and it can generate relationship diagram.
One can move boxes in diagram around with mouse, and change the
layout.

DG
 >> Stay informed about: A free tool like Erwin 
Back to top
Login to vote
Rev. Karl E. Taylor

External


Since: Mar 19, 2008
Posts: 1



(Msg. 6) Posted: Wed Mar 19, 2008 9:34 am
Post subject: Re: A free tool like Erwin [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

blueparty wrote:
| Squirrel SQL is not like Erwin, it is not a designer tool, but it is
| very good for maintenance and it can generate relationship diagram.
| One can move boxes in diagram around with mouse, and change the
| layout.
|
| DG
|
I use MySql WorkBench. It's an alpha version, but it works pretty darn
well.

- --
Dr. Karl E. Taylor
UNIX Systems Engineer / DBA
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.7 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFH4Sl3f+wl0F6+jvgRAtFvAJ9gJD+T60PmBX4r8J5Z/elvmPIbjACfbmXB
nRByNiG7/i5jsAER3ycwAc0=
=3voH
-----END PGP SIGNATURE-----
 >> Stay informed about: A free tool like Erwin 
Back to top
Login to vote
Thomas Kellerer

External


Since: Mar 12, 2008
Posts: 14



(Msg. 7) Posted: Wed Mar 19, 2008 11:09 am
Post subject: Re: A free tool like Erwin [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Mr. X., 17.03.2008 05:22:
> Hello.
>
> I am looking for a free tool like Erwin
> (Erwin is a tool that show the whole schema database or part of it as an ERD
> diagram.
> It has algorithms to show the ERD in minimal place, with minimal crosses
> between lines).
>
> Thanks Smile
>
>
Here is a nice overview: http://www.databaseanswers.com/modelling_tools.htm

I recently discovered Power*Architect, which loosk quite nice:
http://www.sqlpower.ca/page/architect

Then there are some more
http://mogwai.sourceforge.net/ (very clumsy UI in my opinion, does not allow modelling without a connection)
http://www.codebydesign.com/ (that seems to be dead though)
http://staruml.sourceforge.net/en/about.php (couldn't get the ERD module to work properly)


DbDesigner mentioned by Sabine seems to be resurrected on Sourceforge:
http://sourceforge.net/projects/dbdesigner-fork/


None of the above has a good layout alghorithm.
Power*Architect does a reasonable job, but the diagram still needs manual "optimization"

Thomas
 >> Stay informed about: A free tool like Erwin 
Back to top
Login to vote
Thomas Kellerer

External


Since: Mar 12, 2008
Posts: 14



(Msg. 8) Posted: Wed Mar 19, 2008 1:36 pm
Post subject: Re: A free tool like Erwin [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Lew, 19.03.2008 13:24:
> Sabine Dinis Blochberger wrote:
>> The DBDesigner is too MySQL centric (it puts foreign keys into the
>> diagram) for me, the Toad is more true to the ERD standard, I suppose.
>
> How is that MySQL-centric? Especially since in its marketplace, MySQL
> is the only product to offer an engine, MyISAM, that doesn't even
> support foreign keys. (Its other engines do support FKs; MyISAM is for
> tables that need performance at the expense of architecture and safety.)
>
I don't think putting FKs into the diagram was meant to be "MySQL centric" but the whole tool is (with regards to default datatypes, a property "Storage engine" for the tables etc).

But the fork that was now created on sourceforge seems to try to get rid of the MySQL centric stuff. I sure hope it also increases stability and doesn't die before releasing something decent Wink

Thomas
 >> Stay informed about: A free tool like Erwin 
Back to top
Login to vote
Sabine Dinis Blochberger

External


Since: Feb 12, 2008
Posts: 10



(Msg. 9) Posted: Thu Mar 20, 2008 9:47 am
Post subject: Re: A free tool like Erwin [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Thomas Kellerer wrote:

> Lew, 19.03.2008 13:24:
> > Sabine Dinis Blochberger wrote:
> >> The DBDesigner is too MySQL centric (it puts foreign keys into the
> >> diagram) for me, the Toad is more true to the ERD standard, I suppose.
> >
> > How is that MySQL-centric? Especially since in its marketplace, MySQL
> > is the only product to offer an engine, MyISAM, that doesn't even
> > support foreign keys. (Its other engines do support FKs; MyISAM is for
> > tables that need performance at the expense of architecture and safety.)
> >
> I don't think putting FKs into the diagram was meant to be "MySQL
> centric" but the whole tool is (with regards to default datatypes, a
> property "Storage engine" for the tables etc).
>
Yeah, that's what I meant, the foreign key thing is yet another
pet-peeve if you will.

> But the fork that was now created on sourceforge seems to try to get rid
> of the MySQL centric stuff. I sure hope it also increases stability and
> doesn't die before releasing something decent Wink
>
> Thomas

--
Sabine Dinis Blochberger

Op3racional
www.op3racional.eu
 >> Stay informed about: A free tool like Erwin 
Back to top
Login to vote
Display posts from previous:   
Related Topics:
My new tool now here: - My new tool now here: http://querybuilder.sourceforge.net/ regards nickyb

Database Query Tool - Does anyone know of a good open source Database query tool that I can use the Oracle thin driver with? Thanks in advance, Bob

Announce: A new open source O/R mapping tool - Announce: Molly DBO: A new open-source O/R mapping tool is out. There are many such programs out there. But this one is very special because it's simple (no xml configuration, yay !) and has been tested with postgres and mysql. This tool has been used....

free database for java - Hello. I am looking for best free database for java & navigator tool (Till I found someone to invest on my software ...) After I have asked some people : I have found Derby db & Squirrel-sql db-navigator. .... but I see some opinions that Derb...

[announce] Free XQuery Tutorial Event - Dear comp.text.xml, DataDirect Technologies is hosting a free XQuery tutorial workshop in Chicago, Washington DC, Houston, as well as London and Amsterdamn. The XQuery covers the following topics: * Transforming XML documents into user-defined formats ...
   Database Help (Home) -> Java All times are: Pacific Time (US & Canada) (change)
Page 1 of 1

 
You can post new topics in this forum
You can reply to topics in this forum
You can edit your posts in this forum
You can delete your posts in this forum
You can vote in polls in this forum



[ Contact us | Terms of Service/Privacy Policy ]