Django ORM for desktop application

前端 未结 7 1206
南笙
南笙 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:45

    Camelot seems promising if you want to do Python desktop apps using a DB. It uses SQLAlchemy though. Haven't tried it yet.

提交回复
热议问题