-
Notifications
You must be signed in to change notification settings - Fork 21
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Document Condition and KeyCondition #91
Comments
aiodynamos |
Okay I can see the intention. Looking over this code though, it's a bit confusing, because:
Meanwhile, both partition and partition + sort key (and their values) are both aiodynamo/src/aiodynamo/expressions.py Lines 229 to 245 in fc179f3
|
Guys, how can i write a query after a certain GlboalSecondary index that a table contains ? how would the query look in aiodynamo ?(can't seem to figure it out) |
could you explain it a bit more? are you trying to do a |
Yep that's the one thanks. Was a bit confused but now it makes sense, |
Can someone help me with an example of doing a query on a table ? |
can you describe what you're trying to do and what they key schema of your table is? |
I'm also not sure of how to do a particular query. Can someone help me query the following table using aiodynamo - I want to find all
|
|
Thanks, @ojii , that worked great! |
I can't figure out what the difference between
Condition
andKeyCondition
is 😢The text was updated successfully, but these errors were encountered: