SkillAgentSearch skills...

Beecp

A lightweight JDBC connection pool

Install / Use

/learn @Chris2018998/Beecp
About this skill

Quality Score

0/100

Supported Platforms

Universal

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‌

Links

English

中文

Artifacts

Java7+

<dependency>
   <groupId>com.github.chris2018998</groupId>
   <artifactId>beecp</artifactId>
   <version>5.2.2</version>
</dependency>

Java6(deprecated)

<dependency>
   <groupId>com.github.chris2018998</groupId>
   <artifactId>beecp</artifactId>
   <version>1.6.10</version>
</dependency>

Related Skills

View on GitHub
GitHub Stars104
CategoryDevelopment
Updated1mo ago
Forks18

Languages

Java

Security Score

100/100

Audited on Feb 27, 2026

No findings