On Mar 12, 5:42 pm, Simon Hibbs <[email protected]> wrote:
> I have an application in which one class has some fields that are part
> of the base class and all objects of that class have them, but where
> some objects will have arbitrary fields added to them at runtime -
> 'duck typing'.
>
> Clearly that doesn't map the class neatly to a single table. Can
> Elixir cope with this, and if so how?
>
> Simon Hibbs
What Gaetan said... consider ZODB if that would work for your
situation. (I must confess I've never used it, but it does store
collections of arbitrary stuff, right?)
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"SQLElixir" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/sqlelixir?hl=en
-~----------~----~----~----~------~----~------~--~---