Skip to content

feat: DatabaseHealthCheck と app.py の DB_ADAPTER=sqlite 配線を追加する (#16)#19

Merged
hideyukiMORI merged 2 commits into
mainfrom
feat/issue-16-db-health-and-wiring
May 19, 2026
Merged

feat: DatabaseHealthCheck と app.py の DB_ADAPTER=sqlite 配線を追加する (#16)#19
hideyukiMORI merged 2 commits into
mainfrom
feat/issue-16-db-health-and-wiring

Conversation

@hideyukiMORI
Copy link
Copy Markdown
Owner

Summary

  • DatabaseHealthCheck/health エンドポイントに接続
  • _build_repositories()DB_ADAPTER=sqlite 時に SQLite エンジンを構築
  • in-memory SQLite の StaticPool 対応
  • ruff SIM108 (ternary operator) を解消

Closes #16

Test plan

  • 71 tests pass (coverage 93%)
  • mypy strict — no issues
  • ruff check — all passed
  • ruff format --check — all passed

🤖 Generated with Claude Code

hideyukiMORI and others added 2 commits May 19, 2026 20:33
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
@hideyukiMORI hideyukiMORI merged commit c97968f into main May 19, 2026
1 check failed
@hideyukiMORI hideyukiMORI deleted the feat/issue-16-db-health-and-wiring branch May 19, 2026 11:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

feat: DatabaseHealthCheck と app.py の DB_ADAPTER=sqlite 配線を追加する

1 participant