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 ?
>

As Naftoli mentioned, just make the same calls as you would in Boot (setting
the DB provider, schemifying, etc.) in your app's initialization code.

Note that Mapper depends on lift-webkit, but this should not get in the way
(other than consuming some space in the JVM) for other apps.


>
> Best regards,
>
> >
>


-- 
Lift, the simply functional web framework http://liftweb.net
Beginning Scala http://www.apress.com/book/view/1430219890
Follow me: http://twitter.com/dpp
Surf the harmonics

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Lift" group.
To post to this group, send email to liftweb@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=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to