Django ORM for desktop application

前端 未结 7 1307
南笙
南笙 2021-02-19 18:10

Recently, I have become increasingly familiar with Django. I have a new project that I am working on that will be using Python for a desktop application. Is it possible to use t

7条回答
  •  失恋的感觉
    2021-02-19 18:42

    I would suggest another ORM for a desktop application maybe SQLAlchemy or SQLObject. It i possible to use the django ORM but I think other ORM are a better ones if you are going to use them standalone.

提交回复
热议问题