Skip to content

Add separate DB manager#50

Merged
amrit110 merged 2 commits intomainfrom
ak/add_separate_db_manager
Feb 13, 2026
Merged

Add separate DB manager#50
amrit110 merged 2 commits intomainfrom
ak/add_separate_db_manager

Conversation

@amrit110
Copy link
Member

@amrit110 amrit110 commented Feb 13, 2026

Summary

Clickup Ticket(s): Link(s) if applicable.

Type of Change

  • 🐛 Bug fix (non-breaking change that fixes an issue)
  • ✨ New feature (non-breaking change that adds functionality)
  • 💥 Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • 📝 Documentation update
  • 🔧 Refactoring (no functional changes)
  • ⚡ Performance improvement
  • 🧪 Test improvements
  • 🔒 Security fix

Changes Made

  • Create a new DB manager that manages connection to the sql database used as tool
  • Adjust places where the async client manager was used, change to using the class method.
  • Add use of the new DB manager in the implementations
  • New unit tests for the managers

Testing

  • Tests pass locally (uv run pytest tests/)
  • Type checking passes (uv run mypy <src_dir>)
  • Linting passes (uv run ruff check src_dir/)
  • Manual testing performed (describe below)

Manual testing details:

Screenshots/Recordings

Related Issues

Deployment Notes

Checklist

  • Code follows the project's style guidelines
  • Self-review of code completed
  • Documentation updated (if applicable)
  • No sensitive information (API keys, credentials) exposed

@amrit110 amrit110 self-assigned this Feb 13, 2026
@amrit110 amrit110 added enhancement New feature or request refactor Refactor or clean up code structure labels Feb 13, 2026
@amrit110 amrit110 marked this pull request as ready for review February 13, 2026 16:37
@amrit110 amrit110 requested review from fcogidi and lotif and removed request for lotif February 13, 2026 16:37
@amrit110 amrit110 merged commit 7a597e6 into main Feb 13, 2026
3 checks passed
@amrit110 amrit110 deleted the ak/add_separate_db_manager branch February 13, 2026 17:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request refactor Refactor or clean up code structure

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants