# BeeCP
**Repository Path**: lofish/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**: 0
- **Forks**: 43
- **Created**: 2025-07-27
- **Last Updated**: 2025-07-27
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## README






BeeCP是一款轻量级JDBC连接池,Jar包仅133KB,其技术亮点:单连接缓存,非移动等待,固定长度数组
##
Java7+
```xml
com.github.chris2018998
beecp
5.0.0
```
Java6(deprecated)
```xml
com.github.chris2018998
beecp
1.6.10
```
##
BeeCP is a sub module of stone, its document please visit
[English](https://github.com/Chris2018998/stone/blob/main/doc/Introduction/beecp_readme_eng.md)
[中文](https://github.com/Chris2018998/stone/blob/main/doc/Introduction/beecp_readme_cn.md)