https://github.com/liftmodules/couchdb
Lift Module providing Lift Record implementation for CouchDB persistence.
https://github.com/liftmodules/couchdb
Last synced: 5 months ago
JSON representation
Lift Module providing Lift Record implementation for CouchDB persistence.
- Host: GitHub
- URL: https://github.com/liftmodules/couchdb
- Owner: liftmodules
- License: apache-2.0
- Archived: true
- Fork: true (arashi01/couchdb)
- Created: 2012-12-18T17:42:45.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2014-06-11T23:09:09.000Z (about 12 years ago)
- Last Synced: 2024-03-26T13:24:38.026Z (about 2 years ago)
- Language: Scala
- Size: 212 KB
- Stars: 0
- Watchers: 28
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
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
-------------
* [Lift in Action](http://www.manning.com/perrett/), chapter 11, includes a short example of using CouchDB.
* [CouchDB: The Definitive Guide](http://guide.couchdb.org/index.html) for information about CouchDB itself.
**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](https://liftmodules.ci.cloudbees.com/job/couchdb/).
`+test` fails with JRebel enabled.
[Lift Record]: https://www.assembla.com/spaces/liftweb/wiki/Record
[CouchDB]: http://couchdb.apache.org/