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
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