You are viewing a plain text version of this content. The canonical link for it is here.
Posted to torque-user@db.apache.org by Neal Dewing <ne...@ecis.co.za> on 2005/02/18 14:35:30 UTC

Torque apache derby embedded support

Hi,

 

I have noticed that support for Apache Derby has been added in CVS but not
in the stable release.

 

Does anyone have Torque running with derby as an embedded database?

 

Which driver should be used to do so?

 

I would appreciate some input on the structure of the config file:

 

  torque.database = derby

  torque.database.createUrl = jdbc:derby:test

  torque.database.buildUrl = jdbc:derby:test

  torque.database.url = jdbc:derby:test

  torque.database.driver = org.apache.derby.jdbc.EmbeddedDriver

  torque.database.user = user

  torque.database.password = user

  #torque.database.host = 127.0.0.1

  #torque.schema.dir = ./schema

 

Kind Regards,

Neal