QxOrm

Object Relational Mapping (ORM) database library for C++/Qt developers, featuring modules for database communication, reflection, C++ app servers, class validation, and more.

  • QxOrm
  • Version :1.4.3
  • License :Trial
  • OS :Windows All
  • Publisher :QxOrm

Download Now

QxOrm Description

QxOrm is a free, open-source and lightweight library that enables software developers to integrate Object Relational Mapping (ORM) into their C++ and Qt-based products.

It provides modules for communicating with databases via 1-1, 1-n, n-1 and n-n relationships, emulating reflection (introspection), creating C++ application servers, validating registered classes, and identifying memory leaks in debug mode.

The library depends only on QtCore and QtSql, while the serialization engine is based on the Qt QDataStream class (used by default if _QX_ENABLE_BOOST_SERIALIZATION remains undefined). It has multiple features, such as support for binary and XML filetype. Access is provided to class definitions, retrieve properties and call class methods.

It’s possible to select columns to get using my_relation { col_1, col_2 etc. }, boost serialization dependency using _QX_ENABLE_BOOST_SERIALIZATION, activate the QxService component to transfer persistent layers over the network using _QX_ENABLE_QT_NETWORK, create the QxOrm library without C++ RTTI type information using _QX_NO_RTTI, as well as define custom operators (such as <@ for PostgreSQL ltree type) using customOperator() in the qx_query class.

The library can be used with QxEntityEditor, a cross-platform graphic editing application (Windows, Linux and Mac OS X) which enables you to manage the data model. The Qt development framework and boost C++ libraries must be installed in order to use this tool.

System requirements

  • Qt 4.5.0 or higher
  • boost 1.38 or higher (only *.hpp header files are necessary)

Leave a Reply

Your email address will not be published.