OkaMthembo schrieb:> i think id feel more confortable with a framework thatd
provide a basic
> MVC architecture and leave me to roll my own SQL etc, not one that will
> generate half a project for me.

With TurboGears you're not bound to SQLObject or SQLAlchemy. You can roll your
own database access layer if you want or use a third-party one. You just define
your DAO or functions in model.py. Of course you can't use CatWalk (model
admin, support SQLObject only anyway) and "tg-admin sql" (command line database
admin tool) then.

Chris
_______________________________________________
Tutor maillist  -  Tutor@python.org
http://mail.python.org/mailman/listinfo/tutor

Reply via email to