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

Support pooled connections without the need for a second library #1

Open
solonovamax opened this issue Jan 9, 2025 · 1 comment
Open

Comments

@solonovamax
Copy link

It would be very nice if pooled connections could be supported without the need for an additional library.

@domgew
Copy link
Owner

domgew commented Jan 29, 2025

Do you have a concrete example that would benefit in a way that outweighs the cost of added complexity and the deviation from the KISS principle ("keep it simple, [...]") and the UNIX philosophy ("Write programs that do one thing and do it well. Write programs to work together. [...]")?

In addition, the separate library can also be used for databases, files, network streams, and other resources. Assuming you only mean a connection pool without cluster support.

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

No branches or pull requests

2 participants