npdynamodb icon indicating copy to clipboard operation
npdynamodb copied to clipboard

A Node.js Simple Query Builder and ORM for AWS DynamoDB

Results 20 npdynamodb issues
Sort by recently updated
recently updated
newest added

Bumps [lodash](https://github.com/lodash/lodash) from 3.10.1 to 4.17.19. Release notes Sourced from lodash's releases. 4.17.16 4.0.0 lodash v4.0.0 2015 was big year! Lodash became the most depended on npm package, passed 1...

dependencies

`_createMigrateTableIfNotExists` now works when there are more than 100 tables (**DynamoDB has a soft limit of 256 tables per region**). Say you have 101 tables `table1` through `table100` and your...

node v4, v5, v6, and v7 are [end-of-life and no longer supported](https://github.com/nodejs/Release#end-of-life-releases). node v10, v12, and v13 are [actively supported](https://nodejs.org/en/about/releases/).

Since the last release of this project, DynamoDB now supports a new billing mode of "Pay Per Request", which sets your DynamoDB table as [on-demand](https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/HowItWorks.ReadWriteCapacityMode.html). Previously the default setup was...

I have take a look into the shema builder, but it is omited the map and list methods. And when I try to update the collum with a list, or...

When I tried to use jest. I was geting a error with the inexistence of dynamo-doc module. My invastigation lead me to the instruction to use the build version inside...

how to do rollback on all of the previously run migrations script? i think the npd migrate:rollback will only rollback the last migrations script

Since we only support one dialect, it would not be wise to provide it as a default?

current lodash version(3.x) is outdated.

enhancement