noppoMan/npdynamodb

View on GitHub
docs/orm_apis.md

Summary

Maintainability
Test Coverage
# ORM Apis

##### Operations
* find
* all
* where
* then
* save
* destroy

##### Model
* get
* set
* unset
* extend
* each
* map
* keys
* values
* contains
* pick
* toJson
* attributes

##### Collection
* pluck
* each
* map
* reduce
* reduceRight
* find
* filter
* where
* findWhere
* reject
* every
* some
* invoke
* sortBy
* groupBy
* indexBy
* countBy
* shuffle
* sample
* size
* partition
* first
* last
* toJson
* toArray