Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added .count() for Query and Scan #101

Merged
merged 10 commits into from Jan 18, 2017
Merged

Conversation

strygin
Copy link
Contributor

@strygin strygin commented Jan 18, 2017

Added .count(), .counts(), for Query and Scan using Select:
http://docs.aws.amazon.com/amazondynamodb/latest/APIReference/API_Query.html#DDB-Query-request-Select
Also some small docs cleanups.

Copy link
Contributor

@brandongoode brandongoode left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks great. Thanks for all the documentation cleanup. I did see one minor copy/paste error.

@@ -504,6 +531,8 @@ Dog.update({ownerId: 4, name: 'Odie'}, {$PUT: {age: 1}}, function (err) {

**$ADD**

Removes one or more attributes from an item.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Removes should be add

@strygin
Copy link
Contributor Author

strygin commented Jan 18, 2017

Fixed that.

@brandongoode brandongoode merged commit 1c99d47 into dynamoose:master Jan 18, 2017
@brandongoode brandongoode added this to the v0.8.0 milestone Jun 1, 2017
@brandongoode brandongoode mentioned this pull request Jun 1, 2017
4 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants