Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/wyatt-herkamp/hikaricp-cp
This is a connection provider that uses hikaricp
https://github.com/wyatt-herkamp/hikaricp-cp
Last synced: 22 days ago
JSON representation
This is a connection provider that uses hikaricp
- Host: GitHub
- URL: https://github.com/wyatt-herkamp/hikaricp-cp
- Owner: wyatt-herkamp
- Created: 2019-07-25T13:00:53.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-12-05T22:21:56.000Z (11 months ago)
- Last Synced: 2024-04-16T08:33:19.052Z (7 months ago)
- Language: Java
- Size: 47.9 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[![Maven Central](https://maven-badges.herokuapp.com/maven-central/dev.tuxjsql/hikaricp-cp/badge.svg)](https://mvnrepository.com/artifact/dev.tuxjsql/hikaricp-cp)
# HikariCP-CP the HikariCP connection provider
# How to use
1. Add HikariCP into your classpath
2. That's it!# Optional Options.
If you want to configure it a bit more you can. That magical properties file seen [here](https://tuxjsql.dev/creating-your-first-tuxjsql.html)
You can add the following values in there| key | Description |
|--|--|
| idle.timeout | the maximum amount of time a connection may sit in a pool |
| leak.detection | HikariCP leak detection setup |
| pool.size | The maximum pool size for this pool |
| pool.name | Your pools name |