# fastapi-cookbook **Repository Path**: aibabelx/fastapi-cookbook ## Basic Information - **Project Name**: fastapi-cookbook - **Description**: No description available - **Primary Language**: Python - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-12-21 - **Last Updated**: 2024-12-21 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README fastapi poetry add fastapi poetry add "uvicorn[standard]" poetry add tortoise-orm poetry add tortoise-orm asyncpg poetry add aerich poetry add pgvector poetry add jinja2 poetry add python-dotenv poetry add python-decouple poetry add tortoise-vector poetry add aiomysql poetry add asyncpg poetry add celery redis https://tortoise.github.io/getting_started.html https://github.com/pgvector/pgvector-python https://developer.aliyun.com/article/1584282 PostgreSQL https://blog.csdn.net/weixin_54217348/article/details/136772215 https://www.cnblogs.com/liuzhongkun/p/16777043.html 数据迁移 aerich init -t mysqlconfig.TORTOISE_ORM aerich init -t pgconfig.TORTOISE_ORM 生成表 aerich init-db pnpm add @ant-design/x