# brettwooldridge/HikariCP

光 HikariCP・A solid, high-performance, JDBC connection pool at last.

Repository: https://github.com/brettwooldridge/HikariCP
Canonical: https://ross.abutalabs.com/products/hikaricp
Language: Java
License: Apache-2.0
License Family: permissive
Topics: java, connection-pool, jdbc, high-performance
Last push: 2026-06-14T21:05:22+00:00

## Health v2 (maintenance only)
Score: 71/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 87, release rhythm 35, longevity 100
- inputs: {"age_days": 4712, "days_push": 80, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: no_releases
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 21192, forks 3010 (observed 2026-08-28T04:11:31.438399+00:00)

## What it is
HikariCP is a lightweight, high-performance JDBC connection pool for Java applications. It is a production-ready, 'zero-overhead' library widely used as the default connection pool in frameworks like Spring Boot.

## Use cases
- pool jdbc database connections in a java application
- reduce database connection overhead in spring boot
- improve database performance with a fast connection pool
- manage connection lifecycle and timeouts for jdbc
- replace an aging connection pool with a faster one

## When to choose
- you need a fast, reliable, production-proven jdbc connection pool on the jvm
- you want a tiny dependency (~165Kb) with minimal configuration
- you use Spring Boot or another framework that defaults to HikariCP

## When to avoid
- you are not using JDBC or the Java/JVM ecosystem
- you need a reactive or non-blocking connection pool for R2DBC

## Facets
- artifact type: library
- maturity: stable
- function: database, database-driver, caching, benchmarking
- domain: databases, backend, developer-tools, performance
- platform: jvm, cross-platform
- tags: jdbc, connection-pool, high-performance, java

## Member repositories
- brettwooldridge/HikariCP (main) score 71

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:11:31.438399+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-29T16:58:28.241174+00:00, confidence not recorded.
  - readme: https://github.com/brettwooldridge/HikariCP (fetched 2026-08-28T04:11:31.438399+00:00, sha 74f024d96c87)
- Data as of 2026-08-30T08:39:29.467469+00:00.
