Re: python web framework for straight sql (no ORM)?

2006-09-04 Thread clothingoptional
It's hard to imagine a framework that would provide you with admin functions like Django without using ORM... seems dicey at best. Anyway, it sounds like you are just looking for more flexibility, a framework that doesn't dictate - is that so? In that case, you might check out Pylons (pylonshq.co

Re: python web framework for straight sql (no ORM)?

2006-09-04 Thread Luis M. González
falcon wrote: > Can someone please recommend a python web app framework which doesn't > abstract away sql in favor of python objects? > > As far as I can tell, frameworks such as django, turbo gears, etc. > allow one to drop down the the sql layer, however that is not the most > effecient use of t

python web framework for straight sql (no ORM)?

2006-09-04 Thread falcon
Can someone please recommend a python web app framework which doesn't abstract away sql in favor of python objects? As far as I can tell, frameworks such as django, turbo gears, etc. allow one to drop down the the sql layer, however that is not the most effecient use of the framework. I would lik