Files
TinyORM/docs
silverqx 306796bc29 renamed TINY/TOM_MIGRATIONS_DIR
Renamed cmake option and macro from the TINY/TOM_MIGRATIONS_PATH to the
TINY/TOM_MIGRATIONS_DIR.

 - updated documentation
 - extracted init. code for the TINYTOM_MIGRATIONS_DIR to the own cmake
   macro
2022-05-10 18:16:31 +02:00
..
2022-05-05 15:28:10 +02:00
2022-05-05 22:18:45 +02:00
2022-05-04 21:19:28 +02:00
2022-05-04 11:05:19 +02:00

---
title: Prologue
sidebar_position: 0
slug: /
hide_table_of_contents: true
description: TinyORM is a modern ORM library that makes interacting with a database extremely simple. The code is well tested with the unit and functional tests. The TinyORM's query builder code and the code which is responsible for obtaining relationships, is tested by functional tests against a real MySQL database.
---

# Prologue

TinyORM is a modern ORM library that makes interacting with a database extremely simple.

The code is well tested with the unit and functional tests. Almost all the query builder methods are unit tested. The TinyORM's query builder code and the code which is responsible for obtaining relationships, is tested by functional tests against all supported databases. For now, the code coverage is not ideal but is good enough to guarantee API and behavior compatibility.

- [Dependencies](dependencies.mdx)
- [Supported Compilers](supported-compilers.mdx)
- [Building: TinyORM](building-tinyorm.mdx)
- [Building: Migrations](building-migrations.mdx)
- [Building: Hello world](building-hello-world.mdx)
- [Database: Getting Started](database.mdx)
- [Database: Query Builder](query-builder.mdx)
- [Database: Migrations](migrations.mdx)
- [TinyORM: Getting Started](tinyorm.mdx)
- [TinyORM: Relationships](tinyorm-relationships.mdx)