I posted the code up on code.google for this the other day with a brief intro doc:
http://code.google.com/p/dbng/wiki/IntroductionToDatabaseNG Cheesy name I know, but its hard coming up with something cool these days ;) On 3/27/07, Mark Derricutt <[EMAIL PROTECTED]> wrote:
Correct, the new model (annotation based) is modeled after a fashion by TestNG. You have a set of classes which contain migrations. The current version uses classes extending from a Migration interface. I'm also only targetting PostgreSQL so far ( at least on the database creation side, but having to look at how to automate this for Sybase shortly ).
