Files
silverqx ea71bdfdb9 qmake MSYS2 disabled LLD linker override for g++
LLD isn't faster than bfd, I also did linking when bfd was faster than
LLD.

 - also updated docs

[skip ci]
2024-08-26 20:08:23 +02:00
..
2024-08-17 15:23:36 +02:00
2024-08-16 20:40:22 +02:00
2024-08-17 16:43:36 +02:00
2024-08-17 16:11:59 +02:00
2024-08-22 11:10:25 +02:00
2024-08-16 21:05:03 +02:00

---
sidebar_position: 0
sidebar_label: 🔥 Prologue
slug: /
hide_table_of_contents: true
description: 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 3378 unit and functional tests.
keywords: [c++ orm, prologue, tinyorm]
---

# 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 __3378__ 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](features-summary.mdx).
:::

:::info
If you don't want to use full [`ORM`](tinyorm/getting-started.mdx), then you can use only the [`Query Builder`](database/query-builder.mdx), which is outstanding. 🔥 This way you can avoid writing raw SQL queries and your code will run on all [supported databases](database/getting-started.mdx#introduction).
:::

##### Documentation Sitemap

- [Dependencies](dependencies.mdx)
- [Supported Compilers](supported-compilers.mdx)
- [Database](database/getting-started.mdx)
  - [Getting Started](database/getting-started.mdx)
  - [Query Builder](database/query-builder.mdx)
  - [Migrations](database/migrations.mdx)
  - [Seeding](database/seeding.mdx)
- [TinyORM](tinyorm/getting-started.mdx)
  - [Getting Started](tinyorm/getting-started.mdx)
  - [Relationships](tinyorm/relationships.mdx)
  - [Collections](tinyorm/collections.mdx)
  - [Casts](tinyorm/casts.mdx)
  - [Serialization](tinyorm/serialization.mdx)
- [TinyDrivers](tinydrivers/getting-started.mdx)
  - [Getting Started](tinydrivers/getting-started.mdx)
- [Building](building/tinyorm.mdx)
  - [TinyORM](building/tinyorm.mdx)
  - [Hello world](building/hello-world.mdx)
  - [Migrations](building/migrations.mdx)
- [Stability](stability.mdx)
- [Features Summary](features-summary.mdx)
- [Donations](donations.mdx)

##### Current versions

- __TinyORM__ v0.38.1
- __tom__ v0.10.0
- __TinyDrivers__ v0.2.0
- __TinyMySql__ v0.2.0