Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 888 Bytes

index.markdown

File metadata and controls

18 lines (11 loc) · 888 Bytes
layout title no_comments
default
Home
true

Easy CouchDB data modelling

CouchRest is composed of two libraries; couchrest a low-level driver used to provide basic access to CouchDB via HTTP requests, and couchrest model an ActiveModel based data modelling framework specifically tailored for easy access to your database.

To get started, you'll probably want to have a look at the couchrest model introduction. This will help you access CouchDB from your rails project and get you modeling in a few short steps.

NOTE: This documentation is based on the 1.1.0 release of couchrest and couchrest model made on the 25 of June 2011.

Contributing

Please help us document couchrest model by cloning and contributing to the couchrest.info repository.