Hello, I'm the main developer of QxOrm library and QxEntityEditor application : http://www.qxorm.com/
Quickly : QxOrm library provides ORM feature to C++/Qt developers, and QxEntityEditor provides a graphic way to design and manage the data model. FYI, QxOrm provides also a set of other features like serialization, introspection, client-server module, etc... More details on the QxOrm and QxEntityEditor website : http://www.qxorm.com/ 2015-03-10 1:25 GMT+01:00 Darren Duncan <darren at darrenduncan.net>: > On 2015-03-09 3:25 PM, Simon Slavin wrote: > >> On 9 Mar 2015, at 9:38pm, Scott Robison <scott at casaderobison.com> wrote: >> >> A co-worker who is working on a project is interested in finding out if >>> there is an effective ORM for C++ / SQLite. I've not used one so I'm >>> turning to the list to see if anyone has a recommendation. >>> >> >> For those playing along at home, ORM == Object Relational Mapping. In >> other words you do Object-oriented programming in C++ and the objects are >> stored in a SQLite database. >> >> I'm not aware that this problem has been solved well in any language or >> with any database engine. It might seem like a terrific oppotunity to >> write a demonstration library, but differences in how languages do OO and >> how databases store data seem to make this a difficult problem to crack. >> I'd be interested in any solutions that use SQLite with any popular OO >> language. >> > > I am developing a project right now that aims to out-do ORM at its own > game, by changing the paradigm so the relational database and application > programming realms are unified into one environment, where relations and > tuples are first-class types you can use in applications, and the same > arbitrary user-defined types you can use in applications can be used > directly in databases, no "mapping" required. I hope to have a first > version executing in about 2 months. -- Darren Duncan > > > _______________________________________________ > sqlite-users mailing list > sqlite-users at mailinglists.sqlite.org > http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users >