Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

upgrade to async DB connections #177

Open
2 tasks
ericbuckley opened this issue Jan 22, 2025 · 0 comments
Open
2 tasks

upgrade to async DB connections #177

ericbuckley opened this issue Jan 22, 2025 · 0 comments
Labels
feature New feature or request

Comments

@ericbuckley
Copy link
Collaborator

ericbuckley commented Jan 22, 2025

Summary

All of our API endpoints require communication with the database, our sync DB drivers prevent us from upgrading these API endpoints to async and making performance gains.

Acceptance Criteria

  • Update the 4 dialect drivers (sqlite, postgres, mysql and sqlserver) to use asnyc versions
  • Rewrite all public methods in database/*_service.py modules to have async signatures

Details / Tasks

List the subtasks or steps needed to complete this implementation.

  1. Task 1
  2. Task 2
  3. Task 3

Background / Context

Provide any additional context, background information, or references that might be useful for understanding the issue.

Dependencies

List any dependencies this issue has, such as other tasks, libraries, or third-party services.

Testing Considerations

Explain how this feature will be tested. Mention if there are any specific test cases to be written or existing ones to be modified.

Related Issues/PRs

  • Link to related issues or pull requests if applicable.

Notes / Comments

Any other relevant information or clarifications.

@ericbuckley ericbuckley added the feature New feature or request label Jan 22, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant