Skip to main content

Prologue

TinyORM is a modern C++ ORM library that makes interacting with a database extremely simple. It depends on the QtCore and QtSql libraries.

The code is written in the modern C++20 way and is heavily tested with 3366 unit and functional tests. Almost all the query builder methods are unit tested. The TinyORM's query builder code and the code which is responsible for obtaining relationships, is tested by functional tests against all supported databases. The code coverage is good enough to guarantee API and behavior compatibility.

tip

For a quick look at what's inside, check out the Features Summary.

info

If you don't want to use full ORM, then you can use only the Query Builder, which is outstanding. 🔥 This way you can avoid writing raw SQL queries and your code will run on all supported databases.

Documentation Sitemap
Current versions
  • TinyORM v0.37.1
  • tom v0.9.0
  • TinyDrivers v0.1.0
  • TinyMySql v0.1.0