Re: [GENERAL] Pg CRUD for joined tables

2012-07-12 Thread Wolfgang Keller
> 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 in

[GENERAL] Pg CRUD for joined tables

2012-07-10 Thread gvim
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 bu