[Lift] Re: H2 Database?

2009-11-21 Thread philip
Hi, I am using H2 database without any problems so far. Just change the connection, use the right maven build or jars. val driverName: String = Props.get(db.driver) openOr org.h2.Driver val dbUrl: String = Props.get(db.url) openOr jdbc:h2:tcp://localhost/~/databasename On

Re: [Lift] Re: H2 Database?

2009-11-21 Thread jlist9
OK that's good to know. Thanks! I'll give that a try. On Sat, Nov 21, 2009 at 5:45 PM, philip philip14...@gmail.com wrote: Hi, I am using H2 database without any problems so far. Just change the connection, use the right maven build or jars.    val driverName: String = Props.get(db.driver)

[Lift] Re: H2 Database

2009-11-05 Thread Naftoli Gugenheim
What do you mean configure it? - sunandasunanda.pa...@gmail.com wrote: Hi, Though this question is not related to Lift I would appreciate if anyone can suggest me how to configure h2 database on eclipse. I was trying with Hsql , but came to know that Lift