Randall's work with reflection is targeted for the 0.6 series. the focus of 0.6 so far is a refactor of engine/dialect organization so that's the best place to put his new features. Work has already started and it will be most of what we're working on once 0.5 is released, which should be any day now.
There are already a lot of tools that build forms and such based on tables which use the existing reflection capabilities, so what's currently available is probably sufficient for your needs. On Dec 29, 2008, at 2:02 AM, Nicolas Echaniz wrote: > > On Thursday 20 November 2008 20:51:52 Randall Smith wrote: >> Michael Bayer wrote: >>> You're on the right track. [...] >> [...] >> >> I've attached MySQL.py if you'd like to have a peek. >> > > Hi, > > I'd like to know if Randall's work has already been merged into SA > or if it > hasn't then when do you think this could happen. > > I'm planning on resurrecting an old project of mine which would build > automatic XForms based CRUD interfaces for SQLAlchemy models. > Would this Inspector be the best way to go in order to inspect the > model / > database structure? > > > Thanks a lot, > > NicoEchániz > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "sqlalchemy" 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/sqlalchemy?hl=en -~----------~----~----~----~------~----~------~--~---
