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

Enhancement thought #82

Closed
michael-power-elotouch opened this issue May 17, 2014 · 1 comment
Closed

Enhancement thought #82

michael-power-elotouch opened this issue May 17, 2014 · 1 comment

Comments

@michael-power-elotouch
Copy link

We are currently using a Mysql driver with no pooling. I was thinking if HikariCP supported access to it through a jdbc url, then in order to integrate HikariCP one would only need to add HikariCP to the classpath and update the jdbc url to a HikariCP jdbc url. Since you don't have many configuration parameters they could all be put on your jdbc url. Then have your users provide the db driver database url as a parameter.

Too crazy? Just close no worries

@brettwooldridge
Copy link
Owner

That's pretty crazy. 😃 Actually, we're not a fan of URL-based configuration because when the URL starts getting to be 100+ characters because of all the keys and values it gets pretty unmaintainable and prone to errors.

+1 for an interesting idea though.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants