Re: Pg CRUD for joined tables

Поиск
Список
Период
Сортировка
От Wolfgang Keller
Тема Re: Pg CRUD for joined tables
Дата
Msg-id 20120712153510.639eb205033acc092d678c66@gmx.net
обсуждение исходный текст
Ответ на Pg CRUD for joined tables  (gvim <gvimrc@gmail.com>)
Список pgsql-general
> I'm looking for FOSS PostgreSQL CRUD software, preferably
> Perl-compatible, which will enable me to design input forms which can
> handle input to tables which reference other tables by foreign key.
> Most CRUD applications I have seen so far only deal with direct, form
> field to table field input but I want to build forms which have the
> same fields as a VIEW derived from multiple table joins. In other
> words, I want the CRUD to handle the the joins.
>
> Any suggestions?

Not for Perl, but Python: SQLalchemy. An ORM that allows you to have
(nearly) arbitrarily complex mappings between your object model and the
database tables. GUI frameworks that use SQlalchemy are: Sqlkit,
Pypapi, Camelot, Qtalchemy.

Sincerely,

Wolfgang


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

Предыдущее
От: Adrian Klaver
Дата:
Сообщение: Re: PostgreSQL limitations question
Следующее
От: Tom Lane
Дата:
Сообщение: Re: PostgreSQL limitations question