[Qt-interest] SQL abstraction layer (like SQLAlchemy) for Qt4?
Bastian Bense
bastibense at gmail.com
Mon Oct 19 16:39:27 CEST 2009
Hey everyone,
this might be a bit off-topic, but I was wondering if there is something
like SQLAlchemy (for Python, http://www.sqlalchemy.org/features.html) for
C++/Qt4.
Qt already offers a simple database abtraction layer (QSqlDatabase, etc.),
but those classes still require you to write SQL statements to control
queries.
SQLAlchemy for instance provides an object-based interface to the database.
I'm sure something like that could be done using QObjects or at least a
similar class that resembles the tables and records as object instances.
Any ideas? :)
--
Best regards,
Bastian
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.qt-project.org/pipermail/qt-interest-old/attachments/20091019/60ea9927/attachment.html
More information about the Qt-interest-old
mailing list