mirror of
https://github.com/silverqx/TinyORM.git
synced 2026-05-08 01:29:23 -05:00
docs fixtypo
[skip ci]
This commit is contained in:
@@ -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.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user