Django ORM for desktop application

前端 未结 7 1209
南笙
南笙 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 19:08

    The peewee ORM has a declarative syntax that should be familiar to django users, and can be used as a standalone. Here are the project docs

    0 讨论(0)
提交回复
热议问题