QxOrm C++

Home Download Quick sample Tutorial Faq Link

QxOrm >> Download Current version : QxOrm 1.1.3 (LGPL) Version française du site Web site english version
QxOrm is a C++ library available under LGPL license.

Download QxOrm Download QxOrm 1.1.3 (source + test + documentation)
This version has been tested with Visual Studio 2008 and 2010 on Windows, GCC 4.4.1 on Linux and MinGW on Windows

Note : you can also download last version of QxOrm here.

Before you install and compile QxOrm, you need the following libraries : boost (from version 1.38) and Qt (from version 4.5.0) :

boost boost : many of boost's founders are on the C++ standard committee and several boost libraries have been accepted for incorporation into C++1x (new standard for the C++ programming language). The boost's libraries are aimed at a wide range of C++ users and application domains.
QxOrm uses the following features of boost : smart_pointer, serialization, type_traits, multi_index_container, unordered_container, any, tuple, foreach, function.
It is recommended to install the latest version of boost available at the following address : http://www.boost.org/

Qt Qt : cross-platform application development framework : ihm (QtGui), network (QtNetwork), xml (QtXml), database (QtSql)...
Qt provides excellent support and documentation. Using Qt, you can write simple and powerful C++ code.
Qt is produced by Nokia's Qt Development Frameworks division and is available under LGPL license.
QxOrm is compatible with a lot of Qt's objects : QObject, QString, QDate, QTime, QDateTime, QList, QHash, QSharedPointer, QScopedPointer...
It is recommended to install the latest version of Qt available at the following address : http://qt.nokia.com/



QxOrm