Replies: 1 comment
-
Hey @robkallen,
I hope this helps, let me know if I can clarify any of the above! To be clear, all of above modeling considerations are ultimately just DynamoDB modeling considerations. ElectroDB doesn't introduce additional complexity here, just simplifies the implementation of the same patterns you'd use with the simple DocClient. |
Beta Was this translation helpful? Give feedback.
-
Hi @tywalch, I have a couple of scenarios I'm not quite sure how to model in electro. Please let me know if these are possible.
SELECT * FROM users WHERE userID IN (1, 2, 3)
?Once again, thanks for your help.
Beta Was this translation helpful? Give feedback.
All reactions