[TriLUG] Front End for PostgreSQL

Igor Partola via TriLUG trilug at trilug.org
Tue Sep 8 17:14:21 EDT 2015


Django :). You will have to write code, but it has a lot of built-in stuff
for handling CRUD operations (create, edit, update, delete). It also has a
built-in admin interface. You describe your models (mode == table, model
fields == table columns), and then tell the admin system that you want that
model to be editable. Boom, it is now a part of the admin system.

Igor

On Tue, Sep 8, 2015 at 5:10 PM, Grawburg via TriLUG <trilug at trilug.org>
wrote:

> I'm looking for an easy to use front end to design forms for data entry.
> I'm very spoiled by Lotus Approach and want something that is as easy to
> use as it is. I don't want to have to write scripts, etc to make a form.
> Nice simple GUI to bring in text boxes, check boxes, etc.
>
>
> Thanks,
> Brian Grawburg
>
>
>
>
> --
> This message was sent to: Igor Partola <igor at igorpartola.com>
> To unsubscribe, send a blank message to trilug-leave at trilug.org from that
> address.
> TriLUG mailing list : http://www.trilug.org/mailman/listinfo/trilug
> Unsubscribe or edit options on the web  :
> http://www.trilug.org/mailman/options/trilug/igor%40igorpartola.com
> Welcome to TriLUG: http://trilug.org/welcome


More information about the TriLUG mailing list