Skip to content
This repository has been archived by the owner on Jul 22, 2018. It is now read-only.
/ couchdb Public archive
forked from arashi01/couchdb

Lift Module providing Lift Record implementation for CouchDB persistence.

License

Notifications You must be signed in to change notification settings

liftmodules/couchdb

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

lift-couchdb

Lift Record implementation providing CouchDB persistence for Lift Web Framework applications.

To include this module in your Lift project, update your libraryDependencies in build.sbt to include:

Lift 2.6.x:

"net.liftmodules" %% "lift-couch_2.6" % "1.2"

Lift 2.5.x:

"net.liftmodules" %% "lift-couch_2.5" % "1.2"

Lift 3.0.x:

"net.liftmodules" %% "lift-couch_3.0" % "1.2-SNAPSHOT"

Documentation

Note: The module package changed from net.liftweb.couchdb to net.liftmodules.couchdb in December 2012. Please consider this when referencing documentation written before that date.

Notes for module developers

Push to master triggers the Jenkins build.

+test fails with JRebel enabled.

About

Lift Module providing Lift Record implementation for CouchDB persistence.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Scala 100.0%