QDjango
|
![]() | QDjango relies on the QtSql module for database access, which supports a wide array of database drivers |
![]() | Database models are usually created by subclassing the QDjangoModel class |
![]() | The QDjango object relational mapper (ORM) supports the concept of querysets, borrowed from django's ORM |
![]() | The QDjangoScript class makes it easy to access your models from QtScript |