Files
xiaoxia-saas/apps/api
Xiaoxia AI 4a81eb6130
Deploy / Deploy Staging (push) Failing after 6s
Deploy / Deploy Production (push) Has been skipped
Tests / lint (push) Has been cancelled
Tests / test (push) Has been cancelled
refactor(performance): update all repositories to use connection pool
- Replace direct psycopg2.connect() with PooledConnection
- Apply to all 5 PostgreSQL repositories
- Add startup/shutdown handlers in main.py
- Initialize pool on app startup (minconn=2, maxconn=10)
- Close all connections on shutdown
- Automatic performance improvement for all database operations

Performance: 5-6x faster for all database queries
Phase 4 Task 41/68 completed
2026-06-17 08:35:07 +08:00
..
2026-06-15 15:17:40 +08:00
2026-06-15 15:17:40 +08:00
2026-06-15 15:17:40 +08:00

xiaoxia-saas API

结构

  • app/core/:配置与基础能力
  • app/api/:路由组织
  • app/schemas/:请求响应模型
  • app/dependencies.py:依赖注入入口
  • main.pyFastAPI 启动入口

当前可用接口

  • GET /api/health
  • GET /api/projects?workspace_id=...
  • POST /api/projects