Re: GUI

From: James Thompson <jamest(at)ajrs(dot)com>
To: Hrishikesh Deshmukh <hdeshmuk(at)gmail(dot)com>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: GUI
Date: 2005-03-01 14:42:57
Message-ID: 200503010842.57512.jamest@ajrs.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Tuesday 01 March 2005 08:07 am, Hrishikesh Deshmukh wrote:
> Hi All,
>
> I want to spend less time coding and more time running queries against
> the DB which i am building. What about QT from TrollTech!! Can that be
> used to whip up gui real fast! Dreamweaver?
>
> Hrishi

You could use gnue-designer and gnue-forms from www.gnuenterprise.org. It
lets you paint the input/query forms by drag and drop fields from the db.
You can create multi table master/details forms from existing tables in
seconds that give you insert, update, delete, query capabilities. You can
assign triggers to forms to do custom processing. And if you need more
customization you can write python scripts using the gnue-common library
which is the core of our other tools. I've done that to create custom apps
that tie our database access system to a ui built with pyqt and qt-designer.

Several of the developers hang out in #gnuenterprise on irc.freenode.net if
you'd like more info.

Take Care,
James

In response to

  • Re: GUI at 2005-03-01 14:07:00 from Hrishikesh Deshmukh

Responses

  • Re: GUI at 2005-03-03 19:35:33 from Hrishikesh Deshmukh

Browse pgsql-general by date

  From Date Subject
Next Message Tatsuo Ishii 2005-03-01 14:51:43 Re: Index size
Previous Message Sean Davis 2005-03-01 14:33:28 Re: GUI