Skip to content Skip to navigation

Upgrading to Qt 5

Qt 5 is a major renovation that improves platform support, formalizes QtQuick, and introduces many architectural improvements. SQL driver notification signals now include a payload, which ITTIA DB SQL leverages to send data change notification events to application tasks, complete with a copy of the modified data. In this way, our embedded database provides a convenient way to send messages between applications and threads that are actively sharing the same database.

The ITTIA DB SQL embedded database can also distribute data across databases at different locations, protecting mission-critical data and reducing latency through high availability. Since ITTIA DB SQL is a cross-platform database, any combination of hardware can be used to create redundancy, and applications embedded with ITTIA DB greatly benefit from flexibility for handing a wide range of scenarios with Qt.