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

Improve the database connection logic, implement pooling #8

Open
andynog opened this issue Jun 22, 2023 · 0 comments
Open

Improve the database connection logic, implement pooling #8

andynog opened this issue Jun 22, 2023 · 0 comments
Labels

Comments

@andynog
Copy link
Contributor

andynog commented Jun 22, 2023

Problem: Currently the database connection is not optimal, there is not a connection pooling logic when executing queries and statements.

Definition of done: Implement logic that uses connection pooling so connections can be re-used

@andynog andynog changed the title Improve the database connection log, implement pooling Improve the database connection logic, implement pooling Jun 22, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
No open projects
Status: Todo
Development

No branches or pull requests

1 participant