dynamo-down
dynamo-down copied to clipboard
A leveldown API implementation on AWS DynamoDB
This package works with `"levelup": "^0.19.0"`, but not with `"levelup": "^2.0.0"`. Given the date of the most recent commit, I suppose that isn't terribly surprising. Is there any interest in...
Thanks for good job! But what is reason to remove range key from value? https://github.com/jed/dynamo-down/blob/master/dynamo-down.js#L170 It's just like LevelDB `id` field and LevelDown keeps `id` in value. Some external libs...
https://github.com/jed/dynamo-down/blob/master/src/dynamo-down.js#L116