I've heard of a few projects that needed to do something like this (mingle
is one that comes to mind) where the structure of your entities can be
modified at runtime.  It gets really complicated very quickly - especially
in getting the implementation to perform adequately.

This seems a better fit for a non relational database such as mongodb,
ravendb, couchdb etc. if that's an available option.

On Fri, May 6, 2011 at 12:06 AM, Anthony <[email protected]> wrote:

> Anyone aware of a dynamic orm software.  Been using llblgen for years and
> finding the need for a dynamic orm.
>
>
>
> I find that some database create custom fields etc at runtime which do not
> become visible to the ORM until I re-apply the ORM schema.   If I  re-apply
> orm to a db with  customer fields, then it makes the  orm code specific to
> one environment….
>
>
>
> regards
>
> Anthony (*12QWERNB*)
>
>
>
>
>

Reply via email to