dynamoid
dynamoid copied to clipboard
Support for Un-specified Attributes
Sorry if this is the wrong place to put this,
I am working on a project where we intend to use DynamoDB as sort of an "attribute bucket" for any sort of attributes the user can dream of. We would like to use Dynamoid because it's an excellent, full-featured ORM, however the docs don't mention any support of unspecified attributes. Requiring a code-change to add a novel attribute to an object is not feasible.
With Dynamoid, is there a way to add attributes that aren't specified in the model definition? Or am I out of luck? Or is that a feature that is intending to be added (in which case I plan to contribute)?
I will look into this. I think we may have support for unspecified attributes, but if we do, undocumented. Will find out.