What is your favorite front end for user interaction to postgresql databases?

From: "Karen Hill" <karen_hill22(at)yahoo(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: What is your favorite front end for user interaction to postgresql databases?
Date: 2006-05-08 22:33:04
Message-ID: 1147127584.816908.244930@v46g2000cwv.googlegroups.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

What is your favorite front end for end users to interact with your
postgresql db? Is it java, .net, web apache + php, MS-Access, ruby on
rails? Why is it your favorite? Which would you recommend for end
users on multiple OSes?

Also, what do you think of having the database management system do all
work (business logic etc) with the front end as a user interface vs.
having N-tier with an application server handling business logic, and
the db just accepting data. I currently have the opinion that N-tier
is not as good as having the db contain the business logic via stored
procedures. This comes from having to re-invent the wheel every time a
new user app needs to be created.

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Joshua D. Drake 2006-05-08 22:54:46 Re: pg_dump and grants to PUBLIC
Previous Message Blair Lowe 2006-05-08 22:29:16 Re: pg_dump and grants to PUBLIC