On Jan 13, 2004, at 11:22 AM, Phil Campaigne wrote:
> I am developing a java/postgresql application using ant and junit. I
> want to deploy tested builds along with matching tables with test data
> in them.
>
> What is the best way to deploy the tables and data to postgresql to
> match a war file?
> thanks,
Evolutionary Database Design, by Martin Fowler:
http://www.martinfowler.com/articles/evodb.html
It's a good read and will probably give you some good ideas.
eric