diff --git a/README.md b/README.md index 44769597f..1e58065d0 100644 --- a/README.md +++ b/README.md @@ -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 ❤️ diff --git a/docs/README.mdx b/docs/README.mdx index e2c1652a1..dad873870 100644 --- a/docs/README.mdx +++ b/docs/README.mdx @@ -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).