Comparing version 0.0.1 to 0.0.2
@@ -5,3 +5,3 @@ { | ||
"description": "Lightweight CouchDB ODM written in CoffeeScript", | ||
"version": "0.0.1", | ||
"version": "0.0.2", | ||
@@ -8,0 +8,0 @@ "main": "lib/index", |
@@ -8,3 +8,3 @@ Footrest: Lightweight ODM for CouchDB on Node ![Build status](https://secure.travis-ci.org/brianewing/footrest.png) | ||
Footrest lets you define models that will be backed by a Couch database. | ||
It tries to work in exactly the way you'd expect it to, with an ActiveRecord-esque API. | ||
It tries to work in exactly the way you'd expect it to, with an ActiveModel-esque API. | ||
@@ -11,0 +11,0 @@ Whilst it's still being put together, footrest will support callbacks (beforeSave, afterSave, etc) and validations. |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
14994