An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

![](https://img.shields.io/circleci/build/github/Chris2018998/beecp)
![](https://app.codacy.com/project/badge/Grade/574e512b3d48465cb9b85acb72b01c31)
![](https://codecov.io/gh/Chris2018998/beecp/graph/badge.svg?token=JLS7NFR3N)
![](https://img.shields.io/maven-central/v/com.github.chris2018998/beecp?logo=apache-maven)
![](https://img.shields.io/badge/Java-7+-green.svg)
![](https://img.shields.io/github/license/Chris2018998/BeeCP)

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)