Django ORM for desktop application

前端 未结 7 1308
南笙
南笙 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:55

    I would suggest using SQLAlchemy and a declarative layer on top of it such as Elixir if you prefer a Django-like syntax.

提交回复
热议问题