Re: Visual Designer in linux?

From: GreyGeek <jkreps(at)neb(dot)rr(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: Visual Designer in linux?
Date: 2004-11-08 00:46:52
Message-ID: 0mzjd.32877$T02.25511@twister.rdc-kc.rr.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Eric wrote:

> Is there a visual designer (open source) in linux for database? I would
> like to developpASCIIata model on the computer...
>
> I see "dia" with uml library but... it won't export to SQL.
>

If you like Qt can use Qt-Designer (assuming you have the PostgreSQL odbc
driver installed) or you can use KDevelop and merge Qt gui's with it.

I prefer Python and Boa_Constructor (which requires wxPython) and a unixODBC
DNS to PostgreSQL. Boa creates ASCII source files which version control
nicely. It has a great runtime debugger with stops, watches, var
displays,etc.

If you use Java then JDeveloper with an ODBC line to PostgreSQL works OK,
but Python is 5-10X faster.
--
GreyGeek

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Brian {Hamilton Kelly} 2004-11-08 01:06:20 Re: I spoke with Marc from the postgresql mailing list.
Previous Message Eric 2004-11-07 23:03:51 Re: Visual Designer in linux?