tglines / dynasaur

DynamoDB ORM for Node.js
http://tglines.github.com/dynasaur/
120 stars 8 forks source link

"Number Set" and "String Set" need to be supported #1

Open jwchang0206 opened 12 years ago

jwchang0206 commented 12 years ago

I have looked around in "lib" folder files and found that

there are only supports for "String" and "Number"

Since DynamoDB supports data type of Sets..

"Number Set" and "String Set" need to be supported :)

tglines commented 12 years ago

As per Jed's response here:

http://news.ycombinator.com/item?id=4249203

I'll be doing a bit of changing things around (including adding sets) ... thanks for the issue.