Skip to content

Chris2018998/beecp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3,508 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🌿 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 built-in monitoring capabilities‌

Links

English

中文

Artifacts

Java7+

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

Java6(deprecated)

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

About

A lightweight JDBC connection pool

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 2

  •  
  •  

Languages