Has anyone used SQLAlchemy in addition to Django\'s ORM?
SQLAlchemy
Django
I\'d like to use Django\'s ORM for object manipulation and SQLalchemy for complex
Jacob Kaplan-Moss admitted to typing "import sqlalchemy" from time to time. I may write a queryset adapter for sqlalchemy results in the not too distant future.