后端:FastAPI + SQLAlchemy async + Celery,当前本地默认可使用 SQLite 快速联调,后续可切换 MySQL。 用户端:React + TypeScript + Vite + Ant Design 5。 管理端:React + TypeScript + Vite + Ant Design 5。 Python:3.12.10。
Why was Tortoise ORM built? Tortoise ORM was built to provide a lightweight, async-native Object-Relational Mapper for Python with a familiar Django-like API. Tortoise ORM performs well when compared ...