awspilot / dynamodb-oop

Speak fluent DynamoDB, write code with fashion, I Promise() 😃
https://awspilot.dev
MIT License
119 stars 28 forks source link

"OR" support in scan #39

Open crysislinux opened 6 years ago

crysislinux commented 6 years ago

It seems that only "AND" is supported right now. Is it the case?

adrianpraja commented 6 years ago

yes indeed only OR is supported for filtering results in both SELECT and SCAN although amazon does support it

It's on my todo list, I'll get to it hopefully soon

elektracodes commented 5 years ago

Hello! Is this done yet?

adrianpraja commented 5 years ago

Hi, I'm working on a full rewritten version of the library with support for async/await and then hopefully will include OR support too. I don't have ETA .