c3p0

a mature, highly concurrent JDBC Connection pooling library, with support for caching and reuse of PreparedStatements. (by swaldman)

C3p0 Alternatives

Similar projects and alternatives to c3p0

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a better c3p0 alternative or higher similarity.

c3p0 discussion

Log in or Post with

c3p0 reviews and mentions

Posts with mentions or reviews of c3p0. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-09-18.
  • Configuring a Connection Pool
    3 projects | dev.to | 18 Sep 2024
    Putting the connection pool in the application (application-side connection pooler) can be very easy as many ORMs or database drivers support that out of the box. For instance, JDBC supports that with c3p0 and ODBC supports that out of the box. This brings many benefits. We don’t need to install and maintain any additional components as the pooler lives inside the application. We only need to deploy the new version of the application and we get the pooling ready. This also reduces the network latency, as we don’t have any additional network hops (everything lives inside our application).
  • Building cloud native apps: Databases best practices
    3 projects | dev.to | 9 Jun 2021
    If you are looking for Java examples: I used C3P0 in the past and then switched to Hikari.

Stats

Basic c3p0 repo stats
2
1,285
9.0
14 days ago

swaldman/c3p0 is an open source project licensed under GNU General Public License v3.0 or later which is an OSI approved license.

The primary programming language of c3p0 is Java.


Sponsored
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com

Did you konow that Java is
the 8th most popular programming language
based on number of metions?