Hello,

QxOrm library 1.5.1 and QxEntityEditor application 1.2.9 just released.
The Qt ORM/ODM now provides Docker images and containers to test a C++ backend in just a few seconds (with an integrated development server, accessible via Visual Studio Code).

QxOrm library 1.5.1 changes log :
  • Support latest versions of Qt and boost (Qt 6.10 and boost 1.90) : fix compilation issues and remove several warnings
  • Provide several development-ready Docker images and containers : SQLite, MySQL, MariaDB, PostgreSQL, MongoDB
  • More details about QxOrm and Docker containers : https://hub.docker.com/u/qxorm
  • Improve QxOrm JSON API : possibility to provide a query in JSON format (useful for MongoDB database)
  • Fix error converting registered object from JSON with column filter
  • Improve QxService and QxHttpServer modules : new class qx::service::QxConnectOther to define several connection parameters (for example to create several servers, GitHub #34)
  • New method in qx::QxSqlQuery class named setFctOnAfterSqlExec() to define a custom callback function called after SQL query execution (can be used to get deleted items for example)


QxEntityEditor application 1.2.9 changes log :
  • Update QxEntityEditor application dependencies : Qt 6.10, boost 1.90, QxOrm 1.5.1 on all environments (Windows, Linux and macOS)
  • QxEntityEditor macOS version is now a *.dmg file
  • Remove QxEntityEditor Windows 32 bits and Linux 32 bits versions
  • Remove QxEntityEditor javascript debugger (due to Qt6 dependency) : print logs inside custom scripts to debug




You can download latest version of QxOrm library and QxEntityEditor application on QxOrm web site.
QxOrm library is also available on GitHub.
Docker images and containers are available on Docker Hub.