Re: [GENERAL] easy entry forms on a pg database

2009-05-15 Thread Steve Clark
Scott Mead wrote: On Fri, May 15, 2009 at 1:11 PM, Raphael Bauduin > 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.sqlmae

Re: [GENERAL] easy entry forms on a pg database

2009-05-15 Thread Massa, Harald Armin
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

Re: [GENERAL] easy entry forms on a pg database

2009-05-15 Thread Scott Mead
On Fri, May 15, 2009 at 1:11 PM, Raphael Bauduin 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