Hmm. I'm not sure if introspection gives enough information to figure out the relationships between tables, which is essential to generate some part of the CRUB interface. Maybe it will with a bit more work...
On Fri, Feb 26, 2010 at 2:03 PM, Alice Bevan-McGregor <[email protected]> wrote: > Sprox can generate forms from SQLAlchemy structures, which could be a good > start. SQLAlchemy (using the sqlsoup module) can introspect and utilize an > existing database without all of the ORM overhead or having to define a > separate model module. > > Here’s an example of it being used in a full-on administration system: > > http://turbogears.org/2.0/docs/main/Extensions/Admin/index.html > > Not that I’m advocating the use of TurboGears, because I’m not. > > — Alice. > > -- > You received this message because you are subscribed to the Google Groups > "web.py" 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/webpy?hl=en. > > -- You received this message because you are subscribed to the Google Groups "web.py" 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/webpy?hl=en.
