serverless-seoul / dynamorm

AWS DynamoDB ORM in Typescript
Apache License 2.0
55 stars 4 forks source link

ScanAll method at FullPrimaryKey, HashPrimaryKey #11

Open extJo opened 4 years ago

extJo commented 4 years ago

BACKEND-STORY_ID One-sentence summary of changes

Is it a breaking change?: NO

Why did you make these changes?

When scan all records, for iteration, code is so dirty. So, i think scanAll support at ORM layer.

What's changed in these changes?

I added scanAll method to FullPrimaryKey class. I added scanAll method to HashPrimaryKey class.

What do you especially want to get reviewed?

Is parameter 'limit' of scanAll method needed?.

Is there any other comments that every teammate should know?

nope.

Submission Type

All Submissions

New Features