docs added API Stability boxes and a new page

This commit is contained in:
silverqx
2024-07-06 19:10:10 +02:00
parent 954fd72c45
commit 550feec424
16 changed files with 101 additions and 2 deletions
+6
View File
@@ -5,6 +5,8 @@ description: The TinyDrivers library is an underlying SQL database layer for Tin
keywords: [c++ orm, database, getting started, tinydrivers, sql drivers]
---
import Link from '@docusaurus/Link'
# TinyDrivers: Getting Started
- [Introduction](#introduction)
@@ -15,6 +17,10 @@ keywords: [c++ orm, database, getting started, tinydrivers, sql drivers]
## Introduction
<div class="api-stability alert alert--success">
<Link to='/stability#stability-indexes'>__Stability: 2__</Link> - Stable
</div>
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.