Skip to content
/ sprouch Public
forked from thadeurc/sprouch

an asynchronous Scala library for CouchDB/BigCouch based on Spray.

License

Notifications You must be signed in to change notification settings

torce/sprouch

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

73 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sprouch - Scala library for CouchDB/BigCouch

Sprouch is an asynchronous CouchDB client based on Spray.

Features

  • Scala 2.9 and 2.10 supported
  • Tested with CouchDB and BigCouch/Cloudant
  • Asynchronous and synchronous APIs
  • Connection via HTTP or HTTPS, Authorization via HTTP Basic Auth
  • CRUD operations on plain old Scala Classes
  • Javascript Views
  • Attachments
  • Bulk actions
  • more features planned: see tickets

Documentation

Mailing list

https://groups.google.com/forum/?fromgroups#!forum/sprouch

Sbt

Scala 2.9

resolvers += "sprouch repo" at "http://kimstebel.github.com/sprouch/repository"

libraryDependencies += "sprouch" % "sprouch_2.9.2" % "0.5.11"

Scala 2.10

resolvers += "sprouch repo" at "http://kimstebel.github.com/sprouch/repository"

libraryDependencies += "sprouch" % "sprouch_2.10" % "0.5.11"

Contribute!

Contributions are always welcome! Please drop me a line at kim.stebel@gmail.com if you want to help.

githalytics.com alpha

About

an asynchronous Scala library for CouchDB/BigCouch based on Spray.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Scala 99.4%
  • Shell 0.6%