Python FastAPI backend template, organized by Clean Architecture layers (domain, application, infrastructure, presentation) and DDD principles. Includes dependency management, Docker support, testing ...
数据库迁移 (Alembic) 项目使用 Alembic 管理数据库 schema 变更: cd backend # 查看当前迁移版本 alembic current # 应用所有迁移 alembic upgrade head # 生成新迁移(修改模型后) alembic revision --autogenerate -m "描述变更" # 回滚一个版本 alembic downgrade -1 ...
Some results have been hidden because they may be inaccessible to you
Show inaccessible results