https://github.com/chris2018998/beecp
A lightweight JDBC connection pool
https://github.com/chris2018998/beecp
beecp connection-pooling high-performance java jdbc
Last synced: 10 months ago
JSON representation
A lightweight JDBC connection pool
- Host: GitHub
- URL: https://github.com/chris2018998/beecp
- Owner: Chris2018998
- License: apache-2.0
- Created: 2018-07-24T13:53:49.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2025-03-24T17:54:15.000Z (10 months ago)
- Last Synced: 2025-04-05T05:04:43.940Z (10 months ago)
- Topics: beecp, connection-pooling, high-performance, java, jdbc
- Language: Java
- Homepage:
- Size: 107 MB
- Stars: 90
- Watchers: 8
- Forks: 18
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGES
- License: LICENSE
Awesome Lists containing this project
README






BeeCP is a fast JDBC connection pool has techology features: caching single connection, not-moving waiting, fixed length array.
##
Java7+
```xml
com.github.chris2018998
beecp
4.1.9
```
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)