woltsu / tsynamo

Type-friendly TypeScript DynamoDB query builder!
MIT License
31 stars 6 forks source link

Add jsdoc to querybuilder methods #31

Closed Veikkosuhonen closed 3 months ago

Veikkosuhonen commented 3 months ago

Currently only the queryCreator methods params have jsdoc

As a DDB noob, I'd like to have some docs on the querybuilder methods that at least link to aws ddb docs so that I can read about the concepts, such as how returnValues works

mindler-sasu commented 3 months ago

https://github.com/woltsu/tsynamo/pull/29 this amazing pull request has a lot.

woltsu commented 3 months ago

Great work!