Skip to content

Commit

Permalink
docs bugfix TinyDrivers missing README.md GitHub
Browse files Browse the repository at this point in the history
[skip ci]
  • Loading branch information
silverqx committed May 5, 2024
1 parent e79936c commit 1dd3e13
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/README.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,8 @@ If you don't want to use full [`ORM`](tinyorm/getting-started.mdx), then you can
- [Collections](tinyorm/collections.mdx)
- [Casts](tinyorm/casts.mdx)
- [Serialization](tinyorm/serialization.mdx)
- [TinyDrivers](tinydrivers/getting-started.mdx)
- [Getting Started](tinydrivers/getting-started.mdx)
- [Building](building/tinyorm.mdx)
- [TinyORM](building/tinyorm.mdx)
- [Hello world](building/hello-world.mdx)
Expand Down
7 changes: 7 additions & 0 deletions docs/tinydrivers/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# TinyDrivers

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.

- [Getting Started](getting-started.mdx#tinydrivers-getting-started)

0 comments on commit 1dd3e13

Please sign in to comment.