I think it is something like: jdbc:hsqldb:mem:dbname Then you just create tables/etc normally, but it is all in memory.
/dev/mrg On 11/2/06, Christian Mittendorf <[EMAIL PROTECTED]> wrote:
Hi! Can anybody give me hint on how to setup db tables using my cayenne.xml from my class for running an in memory hsqldb? I'd like to create some junit tests that use an in memory table instead of the real db connection. Christian
