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") openOr
>      "org.h2.Driver"
>
>    val dbUrl: String = Props.get("db.url") openOr
>    "jdbc:h2:tcp://localhost/~/databasename"
>
>
>
> On 11月22日, 上午9時30分, jlist9 <jli...@gmail.com> wrote:
>> Hi all,
>>
>> I'm planning for a simple project that involves a small web site and 
>> database.
>> I plan to use Lift for the web part so that I can learn it. For
>> database, I'm interested
>> in H2 database for its speed and flexibility. I've seen H2 database mentioned
>> a few times on the list. I wonder if those who have used it can tell
>> me if it's a
>> good idea to start a lift project with H2 database, and if there are anything
>> to pay attention to when used with Lift? Do you use it in a standalone mode
>> or embedded mode?
>>
>> Thanks.
>
> --
>
> You received this message because you are subscribed to the Google Groups 
> "Lift" group.
> To post to this group, send email to lift...@googlegroups.com.
> To unsubscribe from this group, send email to 
> liftweb+unsubscr...@googlegroups.com.
> For more options, visit this group at 
> http://groups.google.com/group/liftweb?hl=.
>
>
>

--

You received this message because you are subscribed to the Google Groups 
"Lift" group.
To post to this group, send email to lift...@googlegroups.com.
To unsubscribe from this group, send email to 
liftweb+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/liftweb?hl=.


Reply via email to