Re: Forms for entering data into postgresql‏ - Mailing list pgsql-general

From Wolfgang Keller
Subject Re: Forms for entering data into postgresql‏
Date
Msg-id 20131011144510.85de02d4d5aa8ecc3de24e1e@gmx.net
Whole thread Raw
In response to Forms for entering data into postgresql‏  (Sudhir P.B. <pb_sudhir@hotmail.com>)
Responses Re: Forms for entering data into postgresql‏  ("SUNDAY A. OLUTAYO" <olutayo@sadeeb.com>)
Re: Forms for entering data into postgresql‏  ("SUNDAY A. OLUTAYO" <olutayo@sadeeb.com>)
List pgsql-general
> I have developed an application using MS SQL. I have used MS Access
> for creating forms to enter data into the database. I am thinking of
> changing over to postgresql and would also like to use any other
> available open source tool for creating forms. Are there any free
> applications available for creating forms similar to the ones I have
> made in MS Access?. Any alternative suggestions will be appreciated.

Without Programming:

LO/OO Base
Kexi might get usable one day as well.
Rekall is apparently dead, unfortunately.

Using Python (far easier and more powerful than any dialect of "Basic"):

With PyQt (& Sqlalchemy):
Qtalchemy: www.qtalchemy.org
Camelot: www.python-camelot.com
Pypapi: www.pypapi.org

With PyGTK:
Sqlkit: sqlkit.argolinux.org (also uses Sqlalchemy)
Kiwi: www.async.com.br/projects/kiwi

With wxPython:
Gui2Py: code.google.com/p/gui2py/
Dabo: www.dabodev.com
Defis: sourceforge.net/projects/defis (Russian only)
GNUe: www.gnuenterprise.org

Sincerely,

Wolfgang


pgsql-general by date:

Previous
From: hiroyuki shiga
Date:
Subject: Re: postgresql9.1.6 core dump
Next
From: Wolfgang Keller
Date:
Subject: Re: Forms for entering data into postgresql