pgjdbc VS jdbc-yugabytedb

Compare pgjdbc vs jdbc-yugabytedb and see what are their differences.

InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
pgjdbc jdbc-yugabytedb
2 1
8 17
- -
3.5 0.0
11 days ago 7 months ago
Java Java
BSD 2-clause "Simplified" License BSD 2-clause "Simplified" License
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

pgjdbc

Posts with mentions or reviews of pgjdbc. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-11-14.
  • pgcat: a PostgreSQL pooler
    6 projects | dev.to | 14 Nov 2022
    Of course an external connection pool like this should only be used if you cannot use an application connection pool, and for the use of YugabyteDB, if you can use a YugabyteDB driver, such as our java jdbc driver, it's highly recommended to do so!
  • YugabyteDB JDBC Smart Driver for proxyless HA/LB
    2 projects | dev.to | 4 Jan 2022
    wget -qc -O postgresql-jdbc.jar https://github.com/yugabyte/pgjdbc/releases/download/v1.0.0/jdbc-yugabytedb-42.3.0.jar export CLASSPATH=.:./postgresql-jdbc.jar

jdbc-yugabytedb

Posts with mentions or reviews of jdbc-yugabytedb. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-01-04.
  • YugabyteDB JDBC Smart Driver for proxyless HA/LB
    2 projects | dev.to | 4 Jan 2022
    This list of hosts has been dynamically updated once the driver was connected to the provided endpoint. Note that I've used hostname -I to get the IP address. If you use a hostname, you will get WARNING: TopologyAwareLoadBalancer: Either private or public should have matched with one of the servers. I've opened issue #16 for this.

What are some alternatives?

When comparing pgjdbc and jdbc-yugabytedb you can also consider the following projects:

pgbouncer - lightweight connection pooler for PostgreSQL

pgcat - PostgreSQL pooler with sharding, load balancing and failover support. [Moved to: https://github.com/postgresml/pgcat]

PostgreSQL - Mirror of the official PostgreSQL GIT repository. Note that this is just a *mirror* - we don't work with pull requests on github. To contribute, please see https://wiki.postgresql.org/wiki/Submitting_a_Patch

Cargo - The Rust package manager

yugabyte-db - YugabyteDB - the cloud native distributed SQL database for mission-critical applications.