Version 17, last updated by eltimn at 24 Feb 19:11 UTC
lift-mongodb-record
Installation
SBT users
Add dependency to your project description:
val lift_mongo_record = "net.liftweb" %% "lift-mongodb-record" % "2.4"Maven users
There are various versions for different Scala and Lift version, to see all of them go to Scala Tools Maven Repo
Add dependency to your pom:
<dependency>
<groupId>net.liftweb</groupId>
<artifactId>lift-mongodb-record_2.9.1</artifactId>
<version>2.4</version>
</dependency>More Information
See lift-mongodb for info on defining a MongoDB database and other low level operations.