docs fixtypo

[skip ci]
This commit is contained in:
silverqx
2024-05-05 19:07:44 +02:00
parent 2eee53d6fc
commit 5892cf0195
+1 -1
View File
@@ -15,7 +15,7 @@ keywords: [c++ orm, database, getting started, tinydrivers, sql drivers]
## Introduction
The `TinyDrivers` library is an underlying SQL database layer for `TinyORM`. It can be used instead of the `QtSql` module, can be <u>__swapped__</u> at compile, and has __1:1__ API as the `QtSql` module. 😮 Swapping is controlled by the `qmake` and `CMake` build system options.
The `TinyDrivers` library is an underlying SQL database layer for `TinyORM`. It can be used instead of the `QtSql` module, can be <u>__swapped__</u> at compile time, and has __1:1__ API as the `QtSql` module. 😮 Swapping is controlled by the `qmake` and `CMake` build system options.
It was designed to drop the `QtSql` dependency while maintaining backward compatibility and without the need for any code changes after the swap.