✏️ Better wording

This commit is contained in:
Brian Wiborg 2025-09-27 17:34:47 +02:00
parent 33b8ff7acb
commit 264119a67d
No known key found for this signature in database

View file

@ -20,11 +20,11 @@ It is ***blazingly fast***, ***fun to use*** and comes with ***batteries include
- Highly configurable and customizable - Highly configurable and customizable
- 100% async - 100% async
OhMyAPI aims to: **Goals**
- combine FastAPI, TortoiseORM and Aerich migrations into a high-productivity web-application framework - combine FastAPI, TortoiseORM and Aerich migrations into a high-productivity web-application framework
- tying everything neatly together into a project structure consisting of apps with models and a router - tie everything neatly together into a concise API
- while ***AVOIDING*** to introduce any additional abstractions ontop of Tortoise's model-system or FastAPI's routing - while ***AVOIDING*** any additional abstractions ontop of Tortoise's model-system or FastAPI's routing system
--- ---