We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0ee23ae commit e87e5fcCopy full SHA for e87e5fc
docs/backend/summary/fsm.md
@@ -4,9 +4,7 @@ title: 精简版本
4
5
FastAPI 最佳架构精简版的目标是仅保留最最最简单的架构代码,使其更易扩展
6
7
-::: caution
8
-精简版的更新速度并不同步,我们目前正在积极寻找维护人员
9
-:::
+## SQLAlchemy
10
11
<LinkCard
12
title="fastapi_sqlalchemy_mysql"
@@ -15,6 +13,12 @@ href="https://github.com/wu-clan/fastapi_sqlalchemy_mysql"
15
13
icon="https://wu-clan.github.io/picx-images-hosting/logo/fba.png"
16
14
/>
17
+## Tortoise-ORM
+
18
+::: caution
19
+此版本的更新速度并不同步,我们目前正在积极寻找维护人员
20
+:::
21
22
23
title="fastapi_tortoise_mysql"
24
description="fastapi + pydantic-v2 + tortoise-orm + aerich + mysql + redis"
0 commit comments