mirror of
https://github.com/silverqx/TinyORM.git
synced 2026-05-08 01:29:23 -05:00
docs added API Stability boxes and a new page
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user