docs added number of unit tests to Prologue

[skip ci]
This commit is contained in:
silverqx
2023-07-25 08:16:55 +02:00
parent 1c444b5953
commit 7bc47234bf
2 changed files with 3 additions and 3 deletions

View File

@@ -16,7 +16,7 @@
TinyORM is a modern ORM library that makes interacting with a database extremely simple.
The code is written in the modern c++20 way and is __heavily__ tested with 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.
The code is written in the modern c++20 way and is __heavily__ tested with __3263__ 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.
## Donations ❤️

View File

@@ -3,7 +3,7 @@ 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 unit and functional tests.
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 3263 unit and functional tests.
keywords: [c++ orm, prologue, tinyorm]
---
@@ -11,7 +11,7 @@ keywords: [c++ orm, prologue, tinyorm]
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 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.
The code is written in the modern C++20 way and is __heavily__ tested with __3263__ 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).