easy entry forms on a pg database

Started by Raphael Bauduinalmost 17 years ago4 messagesgeneral
Jump to latest
#1Raphael Bauduin
rblists@gmail.com

Hi,

Are there any tool/libs to easily and rapidly generate web-based entry
forms for tables in a postgresql database?

Thanks

Raphaël

PS: In my search I've found PHP DB Form creator
(http://sourceforge.net/projects/phpdbform/) but last realease is 5
years old.
I also know of ERW, which doesn't seem to fit when starting from an
existing db: http://erw.dsi.unimi.it/

--
Web database: http://www.myowndb.com
Free Software Developers Meeting: http://www.fosdem.org

In reply to: Raphael Bauduin (#1)
Re: easy entry forms on a pg database

Raphael,

not shrinkwrapped, but have a look at

http://www.trirand.com/blog/

jquery Grid Plugin. With some backend programming (Python, PHP...) you will
have a table quick; forms are created "automagic" from that table;
formatters etc. are definable.

Are there any tool/libs to easily and rapidly generate web-based entry

forms for tables in a postgresql database?

Best wishes,

Harald

--
GHUM Harald Massa
persuadere et programmare
Harald Armin Massa
Spielberger Straße 49
70435 Stuttgart
0173/9409607
no fx, no carrier pigeon
-
LASIK good, steroids bad?

#3Scott Mead
scott.lists@enterprisedb.com
In reply to: Raphael Bauduin (#1)
Re: easy entry forms on a pg database

On Fri, May 15, 2009 at 1:11 PM, Raphael Bauduin <rblists@gmail.com> wrote:

Hi,

Are there any tool/libs to easily and rapidly generate web-based entry
forms for tables in a postgresql database?

I used this once for a quick project:

http://www.sqlmaestro.com/products/postgresql/phpgenerator/

--Scott

#4Steve Clark
sclark@netwolves.com
In reply to: Scott Mead (#3)
Re: easy entry forms on a pg database

Scott Mead wrote:

On Fri, May 15, 2009 at 1:11 PM, Raphael Bauduin <rblists@gmail.com
<mailto:rblists@gmail.com>> wrote:

Hi,

Are there any tool/libs to easily and rapidly generate web-based entry
forms for tables in a postgresql database?

I used this once for a quick project:

http://www.sqlmaestro.com/products/postgresql/phpgenerator/

--Scott

This looks like it is for Windows?