mirror of
https://github.com/silverqx/TinyORM.git
synced 2026-03-02 23:58:48 -06:00
docs added number of unit tests to Prologue
[skip ci]
This commit is contained in:
@@ -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 ❤️
|
||||
|
||||
|
||||
@@ -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).
|
||||
|
||||
Reference in New Issue
Block a user