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

Add connection pool #16

Closed
bhagatvansh opened this issue Sep 17, 2023 · 1 comment
Closed

Add connection pool #16

bhagatvansh opened this issue Sep 17, 2023 · 1 comment
Labels
enhancement New feature or request good first issue Good for newcomers

Comments

@bhagatvansh
Copy link
Contributor

Adding a connection pool to reduce the overhead of opening and closing a connection. Database connections are cached so that any future request can reuse an existing connection.

@vaibhav-kaushal
Copy link
Contributor

Was closed in #24

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

2 participants