Skip to content

refactor: expose database repositories#252

Merged
adrunkhuman merged 4 commits into
masterfrom
issue-248-expose-db-repositories
May 23, 2026
Merged

refactor: expose database repositories#252
adrunkhuman merged 4 commits into
masterfrom
issue-248-expose-db-repositories

Conversation

@adrunkhuman
Copy link
Copy Markdown
Owner

@adrunkhuman adrunkhuman commented May 23, 2026

Summary

  • expose focused repositories as public Database attributes
  • update call sites to use repository-qualified operations
  • remove flat one-line Database delegators from connection.py

Verification

  • uv run pytest --tb=short
  • uv run ruff check typer_bot tests
  • uv run ruff format --check typer_bot tests
  • uv run ty check typer_bot

Stacked on #251.
Closes #248

Base automatically changed from issue-249-calculation-post-processing to master May 23, 2026 14:46
@adrunkhuman adrunkhuman merged commit 8e6d765 into master May 23, 2026
1 check passed
@adrunkhuman adrunkhuman deleted the issue-248-expose-db-repositories branch May 23, 2026 14:57
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.

Polish: expose database repositories and remove delegators

1 participant