clarkie / dynogels

DynamoDB data mapper for node.js. Originally forked from https://github.com/ryanfitz/vogels
Other
490 stars 110 forks source link

Improves doc for query methods #83

Closed tarunbatra closed 7 years ago

tarunbatra commented 7 years ago

Query API is different from that of Scan. Especially notNull() of scan is exists() in query API.

This is not documented and causes confusion. This addition prevents that.

coveralls commented 7 years ago

Coverage Status

Coverage remained the same at 98.665% when pulling 828d1ae98b3ca888471f14991a725fe28bdf751d on tarunbatra:query-exists-doc into 934d101501a7f507c030813fbcbba56b2ffc815d on clarkie:master.