# BeeCP
**Repository Path**: Chris2018998/BeeCP
## Basic Information
- **Project Name**: BeeCP
- **Description**: 一款高性能JDBC连接池
- **Primary Language**: Java
- **License**: Apache-2.0
- **Default Branch**: master
- **Homepage**: https://www.oschina.net/p/beecp
- **GVP Project**: No
## Statistics
- **Stars**: 226
- **Forks**: 44
- **Created**: 2019-11-18
- **Last Updated**: 2026-02-26
## Categories & Tags
**Categories**: database-dev
**Tags**: None
## README
# 🌿 BeeCP






A JDBC connection pool with the characteristics of minimal code, few dependencies, high performance, and high coverage; Technical advantages: single-connection caching, fixed-length array, non-moving wait, asynchronous addition, etc.
* Supports blocking interruption operations
* Supports restart and configuration reload
* Provides interfaces for extensibility
* Supports virtual thread applications
* [Provide monitoring capabilities](https://github.com/Chris2018998/beecp-starter)
## Links
[English](https://github.com/Chris2018998/stone/blob/dev-Java17/doc/Introduction/beecp_readme_eng.md)
[中文](https://github.com/Chris2018998/stone/blob/dev-Java17/doc/Introduction/beecp_readme_cn.md)
## Artifacts
Java7+
```xml
com.github.chris2018998
beecp
5.2.1
```
Java6(deprecated)
```xml
com.github.chris2018998
beecp
1.6.10
```