SQLAlchemy and django, is it production ready?

后端 未结 5 965
鱼传尺愫
鱼传尺愫 2020-12-04 22:25

Has anyone used SQLAlchemy in addition to Django\'s ORM?

I\'d like to use Django\'s ORM for object manipulation and SQLalchemy for complex

5条回答
  •  抹茶落季
    2020-12-04 22:48

    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.

提交回复
热议问题