Skip to content.

plope

Personal tools
You are here: Home » Members » chrism's Home » A Theory On Collaborative Develpment Using Zope » RDBMS development environments
 
 

Comment

Above in this comment thread: A Theory On Collaborative Develpment Using Zope » A few apples and oranges

RDBMS development environments

Posted by evangineer at 2004-01-19 04:56 PM
The last place I worked had a very similar environment. Our system used Sybase Adaptive Server Enterprise as the backend. On the development Sybase server, there were multiple database environments which were assigned to individual developers/teams for their use. This provided the sandbox for them to do whatever they needed to do safely without disrupting anybody else. There was very extensive use of scripts to create and alter the database in terms of table structure and stored procedures. Needless to say these scripts were kept in a version control system (StarTeam).

So Chris's article rang a lot of bells for me and I have proposed that the same approach be used for an upcoming Zope project.