Registry / database / c3p0
library0.14.1javamavenunverified

A mature JDBC3+ Connection pooling library for Java.

<dependency> <groupId>com.mchange</groupId> <artifactId>c3p0</artifactId> <version>0.14.1</version> </dependency>
INSTALL
IMPORT
SIG · C3P0
C
c3p0
databasejavav0.14.1
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.

ComboPooledDataSource
✓ com.mchange.v2.c3p0.ComboPooledDataSource

Create a connection pool and obtain a database connection.

import com.mchange.v2.c3p0.ComboPooledDataSource; import java.sql.Connection; ComboPooledDataSource cpds = new ComboPooledDataSource(); cpds.setJdbcUrl("jdbc:mysql://localhost/test"); cpds.setUser("root"); cpds.setPassword("password"); Connection conn = cpds.getConnection();
Debug
Known issues
breakingc3p0 0.14.x requires Java 8+
fix
Use c3p0 0.9.x for Java 7 compatibility.
affects: >=0.14.0
Upgrade
Version history
0.14.1latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
15 hits · last 30 days
node
14
OpenAI (training)
1
Resources
c3p0 — mvn dependency:get c3p0 · libregistry