Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/baccigalupi/couch_spring
Core API wrapper for CouchDB. Extracted from Aqua, usable by Aqua, CouchRest and any other plugins looking for clean, fast code
https://github.com/baccigalupi/couch_spring
Last synced: about 1 month ago
JSON representation
Core API wrapper for CouchDB. Extracted from Aqua, usable by Aqua, CouchRest and any other plugins looking for clean, fast code
- Host: GitHub
- URL: https://github.com/baccigalupi/couch_spring
- Owner: baccigalupi
- License: mit
- Created: 2009-11-29T23:31:08.000Z (about 15 years ago)
- Default Branch: master
- Last Pushed: 2011-07-24T06:59:57.000Z (over 13 years ago)
- Last Synced: 2023-04-20T21:34:44.983Z (over 1 year ago)
- Language: Ruby
- Homepage:
- Size: 257 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.rdoc
- License: LICENSE
Awesome Lists containing this project
README
= couch_spring
The couch_spring gem is a foundation library for CouchDB Ruby projects. It aims to be a reasonably complete Ruby wrapper for the CouchDB API. It aims to be the the underpinning for Aqua, CouchRest and any other CouchDB Document abstractions.
== Note on Patches/Pull Requests
* Fork the project.
* Make your feature addition or bug fix.
* Add tests for it. This is important so I don't break it in a
future version unintentionally.
* Commit, do not mess with rakefile, version, or history.
(if you want to have your own version, that is fine but bump version in a commit by itself I can ignore when I pull)
* Send me a pull request. Bonus points for topic branches.== Copyright
Copyright (c) 2009 Kane Baccigalupi. See LICENSE for details.