On Sat, 2005-10-22 at 14:48 +0200, Vincent Massol wrote:
> Hi,
> 
> I'm looking for a m2 db plugin. Anyone working on one?
> 
> I'm currently working with Derby but ideally this plugin should probably be
> generic (with extensions) and allow to do things like:
> 
> 1- create schema
> 2- load data in database
> 3- start/stop database (database dependent)
> 4- create db instance (database dependent and not always scriptable I guess)
> 
> Would someone know a Java framework for manipulating databases and that
> could be wrapped in a m2 plugin easily?
> 
> I was thinking about DDLUtils (http://db.apache.org/ddlutils/) but I have no
> experience with it and I don't know how solid it is. Also it won't do points
> 3 and 4 above.

There is commons-sql (which might have moved to db.apache.org) which was
originally taken from Torque in the Turbine projects and it has been
used for quite a while. It allows you to specify the table structure
using XML and then generates the DDL for various RDBMSes.

I've not looked at ddlutils, but it would be nice to find some standard
tools for this.

> Any other idea?
> 
> Thanks
> -Vincent
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 
> 
-- 
jvz.

Jason van Zyl
jason at maven.org
http://maven.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to