Re: What is your favorite front end for user interaction

Поиск
Список
Период
Сортировка
От Kenneth Downs
Тема Re: What is your favorite front end for user interaction
Дата
Msg-id 445FCEDE.7070200@secdat.com
обсуждение исходный текст
Ответ на What is your favorite front end for user interaction to postgresql databases?  ("Karen Hill" <karen_hill22@yahoo.com>)
Список pgsql-general
Karen Hill wrote:

>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?
>
>
I use PHP for the same reason I use Postgres, easy, powerful, and free.

>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.
>
>
Agreed.  I like to have the database do all of the work, and I like to
use a dictionary-based generator to build the triggers for me.

Shameless plug: My own project, Andromeda, which does just this, is a
GPL project using PHP and PostgreSQL which works as you describe.
http://docs.secdat.com.  I consider the project late-beta for my own
projects, but probably early Alpha for others, since there are probably
foibles that don't bother me because I wrote it and know where they are.

Вложения

В списке pgsql-general по дате отправления:

Предыдущее
От: "Joshua D. Drake"
Дата:
Сообщение: Re: pg_dump and grants to PUBLIC
Следующее
От: Casey Duncan
Дата:
Сообщение: Re: What is your favorite front end for user interaction to postgresql databases?