Re: Data Entry Tool for PostgreSQL

From: Mike Nolan <nolan(at)gw(dot)tssi(dot)com>
To: ioverton(at)mappingandbeyond(dot)com
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: Data Entry Tool for PostgreSQL
Date: 2005-09-23 15:03:31
Message-ID: 200509231503.j8NF3W3f011068@gw.tssi.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

> We have a web application using PHP, Linux and PostgreSQL. We need a
> simple data entry tool to allow non-IT people to edit data in our database
> through a web-browser. Are there any free or commercial data management
> tools out there, not database management tools like pgAdmin.

I have been working on a general purpose table-driven web-based database
query/update tool that I hope to release into the open source community
some day. (I've been calling it PostBrowse, as far as I can tell nobody
else is using that name yet.)

It doesn't handle every data type in postgres, but it'll handle most of
them, including limited support for arrays, and it will also support
having data in the form of radio boxes, check boxes and pulldown lists.
(It doesn't support style sheets yet, but I'm thinking about ways to add that.)

It's been in use at a client's office since March of 2004, so it's pretty
robust, though it needs some major cleanup work and doesn't have a lot
of documentation yet.

Contact me about your specific needs, if you're willing to be a pre-beta
tester, I may be able to put something together for you.
--
Mike Nolan
Tailored Software Service, Inc.
nolan(at)tssi(dot)com

Browse pgsql-general by date

  From Date Subject
Next Message Guy Fraser 2005-09-23 15:09:13 Re: array_dims array_lower/upper distance
Previous Message Bruno Wolff III 2005-09-23 14:50:47 Re: How many insert + update should one transaction handle?