Krishnakant wrote: > hello, > > I just started to use sqlalchemy in my pylons project. > I liked the declarative syntax of table definition rather than adding > mappers. > > [skipped] > > from sqlalchemy.ext.declarative import declarative_base > base = declarative_base(meta.metadata)
That seems to be correct. At least it works in my project :) > > if Yes then how can I create instances of any table inside a control? What do you mean by instance of a table? > > I would awaite any guidance on this. > Happy ahcking. > Krishnakant. > -- You received this message because you are subscribed to the Google Groups "pylons-discuss" 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/pylons-discuss?hl=en.
