Registry / database / bonecp

bonecp

JSON →
library0.8.0.RELEASEjavamavenunverified

Lightweight connection pool for JDBC, providing fast and efficient database connection management.

<dependency> <groupId>com.jolbox</groupId> <artifactId>bonecp</artifactId> <version>0.8.0.RELEASE</version> </dependency>
INSTALL
IMPORT
SIG · BONECP
B
bonecp
databasejavav0.8.0.RELEASE
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

BoneCPDataSource
com.jolbox.bonecp.BoneCPDataSource

Create a BoneCP data source and set the JDBC URL.

import com.jolbox.bonecp.BoneCPDataSource; BoneCPDataSource ds = new BoneCPDataSource(); ds.setJdbcUrl("jdbc:mysql://localhost/mydb");
Debug
Known issues
gotchaBoneCP is no longer actively maintained; consider using HikariCP instead.
fix
Migrate to HikariCP for better performance and ongoing support.
affects: *
Upgrade
Version history
0.8.0.RELEASElatest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
13 hits · last 30 days
node
12
OpenAI (training)
1
Resources
bonecp — mvn dependency:get bonecp · libregistry