On Fri, Feb 26, 2010 at 2:12 PM, ProfessionalIT <[email protected]> wrote: > Master Branko,
Nah, just got yellow belt in Python. :) >> What if I don't want to use models.py? I think it would be better if >> you could develop something more in line with Rails' scaffold, but >> without the model layer. I think there's a Java framework that works >> like that. > > Great point, really, this is my first idea about, but I don't know how > to do this too. Well, I suppose it's not easy. But I'd look into SQL reference for a clue. I've started actively using SQL fairly recently because I was living protected by ORMs. :))) All in all, I think it wouldn't be a difficult thing to pull off if you could get the SQL query to return table names, and then use that data to query individual tables, note foreign keys, etc. > incredible, but that's exactly what I'm looking for. Do you have this > app ? if yes, I can help in coding, translate, documentation, ie, I > can help in any way. No, sorry, I don't have such an app. If I had it, I'd have shared it with you right away. -- Branko Vukelić http://foxbunny.tumblr.com/ http://www.flickr.com/photos/16889...@n04/ http://www.twitter.com/foxbunny http://github.com/foxbunny -- 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.
