diff --git a/README.md b/README.md index e4ad52cb7..c971a21a3 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,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 __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. +The code is written in the modern c++20 way and is __heavily__ tested with __3269__ 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 ❤️ @@ -93,7 +93,7 @@ The following list fastly summarizes all the `TinyORM` features. - __the `tom` console application with tab completion for all shells (pwsh, bash, zsh)__ 🥳 - scaffolding of models, migrations, and seeders - impressive models scaffolding, every feature that is supported by models can be generated using the `tom make:model` cli command -- a huge amount of code is unit tested, currently __3263 unit tests__ 🤯 +- a huge amount of code is unit tested, currently __3269 unit tests__ 🤯 - C++20 only, with all the latest features used like concepts/constraints, ranges, smart pointers (no `new` keyword in the whole code 😎), folding expressions - qmake and CMake build systems support - CMake FetchContent module support 🤙 diff --git a/docs/README.mdx b/docs/README.mdx index ae1113eb4..a35a11fd6 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 3263 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 3269 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 __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. +The code is written in the modern C++20 way and is __heavily__ tested with __3269__ 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). diff --git a/docs/features-summary.mdx b/docs/features-summary.mdx index 2d8fc2839..d86939bf4 100644 --- a/docs/features-summary.mdx +++ b/docs/features-summary.mdx @@ -53,7 +53,7 @@ The following list fastly summarizes all the `TinyORM` features. - __the `tom` console application with tab completion for all shells (pwsh, bash, zsh)__ 🥳 - scaffolding of models, migrations, and seeders - impressive models scaffolding, every feature that is supported by models can be generated using the `tom make:model` cli command -- a huge amount of code is unit tested, currently __3263 unit tests__ 🤯 +- a huge amount of code is unit tested, currently __3269 unit tests__ 🤯 - C++20 only, with all the latest features used like concepts/constraints, ranges, smart pointers (no `new` keyword in the whole code 😎), folding expressions - qmake and CMake build systems support - CMake FetchContent module support 🤙 diff --git a/docs/supported-compilers.mdx b/docs/supported-compilers.mdx index 1eec1acc7..849a1b0bd 100644 --- a/docs/supported-compilers.mdx +++ b/docs/supported-compilers.mdx @@ -8,7 +8,7 @@ keywords: [c++ orm, supported compilers, supported build systems, tinyorm] # Supported Compilers -Following compilers are backed up by the GitHub Action [workflows](https://github.com/silverqx/TinyORM/tree/main/.github/workflows) (CI pipelines), these workflows also include more then __3263 unit tests__ 😮💥. +Following compilers are backed up by the GitHub Action [workflows](https://github.com/silverqx/TinyORM/tree/main/.github/workflows) (CI pipelines), these workflows also include more then __3269 unit tests__ 😮💥.