[web2py] Re: EAV Patterns

2011-01-21 Thread Arun K.Rajeevan
If I'm not wrong, It's not possible. In short, if you decide to change some part of web2py that's fine but you may lose some cool stuff. Since, SQLFORM expects a TABLE object, you can't use your SQLAlchemy objects here. However, You may found formencode useful (for for

[web2py] Re: EAV Patterns

2011-01-19 Thread Adamski
Yes SQLAlchemy is exactly what I am looking for. Can anybody give me pointers in extending SQLFORM to automatically build crud forms from my sqlalchemy objects, I am using declarative_base to build my models. On Jan 13, 2:23 pm, "Arun K.Rajeevan" wrote: > May be you like SQLAlchemy and Elixir (it

[web2py] Re: EAV Patterns

2011-01-13 Thread Arun K.Rajeevan
May be you like SQLAlchemy and Elixir (it's not web2py specific, but web2py will work with it instead of DAL)