[Qt5-feedback] ORM in Qt5 ?
Frédéric Meurou
fmeurou at gmail.com
Thu May 12 11:18:27 CEST 2011
Hi,
I've been playing with QtSql and IMHO, the SQL layer is suboptimal, either
in querying the database, and in being integrated in a app :
- from what i've seen, queries should be constructed using JOINs.
- from an integration point of view, dealing with foreign keys is a real
pain. Although QSqlRelationalTable helps when it comes to displaying
information, fetching data across tables using foreing keys requires a lot
of overhead.
I've used the Django ORM, and it really lessens the dev time.
I know there are few Qt ORM projects out there, it would be great to
integrate the in the QtSql module.
Regards,
Fred
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.qt.nokia.com/pipermail/qt5-feedback/attachments/20110512/e25dbb13/attachment.html
More information about the Qt5-feedback
mailing list