Docs: Documentation Update authored by RWTHApp Service's avatar RWTHApp Service
## C# Database ORM and FluentMigrator ## C# Database ORM and FluentMigrator
We provide a data model based using on generation linq2DB, allowing us to access our database via linq. We provide a data model generated using linq2DB, allowing us to access our database via linq.
A migration tool based on fluent migrator is used for stable and reversible database migrations. A migration tool based on fluent migrator is used for stable and reversible database migrations.
... ...
......