Skip to content
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

boto.DynamoDB2 support #4

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Conversation

xtsimpouris
Copy link

  • Numerous changes to support boto.DynamoDB2, and its new method query_2
  • Hash keys can now be anything and not just latin, they are packaged through hashlib
  • A pop dict-like function
  • DynamoDB2 supports save by comparison, so some code can be safely deleted (still haven't fully tested yet)
  • getitem in Dynamo object now supports also a tuple, in case you want to specify on the fly the base Table class. This became a need when I wanted to create pro grammatically create DynamoDB tables

Numerous changes to support DynamoDB2, and its new method query_2. Hash keys can now be anything and not just latin
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant