Re: database development

From: Haroldo Stenger <hstenger(at)adinet(dot)com(dot)uy>
To: Doug McNaught <doug(at)wireboard(dot)com>, pgsql-general(at)postgresql(dot)org
Cc: Lee Doolan <rldoolanREMOVE(at)pacbell(dot)net>
Subject: Re: database development
Date: 2001-10-25 00:03:50
Message-ID: 3BD756E6.FE75D948@adinet.com.uy
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Doug McNaught wrote:
> > My question is this: what techniques do other developers use in
> > these circumstances?
>
> Well, I use a tool (Enhydra/DODS) that generates the schema and Java
> access classes for me, and I have a CreateInitialData class that does
> whatever population is necessary. When the dev schema changes, I blow
> away the whole DB and recreate it, then rerun CreateInitialData. So
> it's not too different from your shell script approach. Clients are
> told that any data they put in the system during development can go
> away without notice.

Would you please describe Enhydra tool? A quick look at its website, didn't tell
me a complete picture.

Regards,
Haroldo.

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Bruce Momjian 2001-10-25 00:32:14 Re: [GENERAL] CVS server stumbling?
Previous Message Tom Lane 2001-10-24 23:55:02 Re: Disable Transaction - plans ?