[Lift] Re: External usage of lift ORM

2009-11-03 Thread David Pollak
On Mon, Nov 2, 2009 at 3:26 PM, Marcin Jurczuk mjurc...@gmail.com wrote: Hello, I would like to use lift ORM(Mapper) without lift, as a part of small cli app. I assume that it is possible but question is how to init MetaMapper/ Mapper class/objects without Boot.scala and DB setup inside it

[Lift] Re: External usage of lift ORM

2009-11-02 Thread Naftoli Gugenheim
Do the same thing you do in Boot, at some point in you program before you access your Mappers. You may need more jars than just the lift-mapper jar. - Marcin Jurczukmjurc...@gmail.com wrote: Hello, I would like to use lift ORM(Mapper) without lift, as a