dynamoid icon indicating copy to clipboard operation
dynamoid copied to clipboard

Support for Un-specified Attributes

Open alexQueue opened this issue 9 years ago • 1 comments

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)?

alexQueue avatar Jul 14 '16 16:07 alexQueue

I will look into this. I think we may have support for unspecified attributes, but if we do, undocumented. Will find out.

pboling avatar Sep 05 '16 04:09 pboling