@another-fullstack-dev/dynamodb-query-builder
v0.0.16
Published
Strongly typed query (actually operations) builder for DynamoDB.
Downloads
3
Maintainers
Readme
DynamoDB Query Builder
Strongly typed query (actually operations) builder for DynamoDB.
npm install @another-fullstack-dev/dynamodb-query-builder
Features
- Full type support for all dynamodb operations (except batch for now);
- Native-like interface of the library (as close to the one provided by DynamoDB as possible);
- Work with nested fields and lists;
- Types conversion from native JavaScript to DynamoDB and vice versa;
- GSI support;