TinyORM v0.37.0 and tom v0.8.0
Also bumped to:
- TinyUtils v0.4.0
Initial libraries' versions:
- TinyDrivers v0.1.0
- TinyMySql v0.1.0
New features
The TinyDrivers
library, an underlying SQL database layer for TinyORM
. It can be used instead of the QtSql
module, can be swapped at compile, and has 1:1 API as the QtSql
module. 😮 Swapping is controlled by the qmake
and CMake
build system options.
It was designed to drop the QtSql
dependency while maintaining backward compatibility and without the need for any code changes after the swap.
Full Changelog: v0.36.5...v0.37.0