/// Project · C++ / QT
qDBManager
A lightweight ORM and entity manager for the Qt framework — entities as QObjects, no code generation step.
notes
qDBManager maps database rows onto Qt objects without a separate code-generation step: an entity is a QObject, and its properties are the columns.
It is the most used of the public repositories, and the one that tends to come back in search results for Qt persistence.