Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/eclipse-vertx/vertx-sql-client
High performance reactive SQL Client written in Java
https://github.com/eclipse-vertx/vertx-sql-client
async mssql mysql netty non-blocking performance pg postgres reactive scalability vertx
Last synced: 7 days ago
JSON representation
High performance reactive SQL Client written in Java
- Host: GitHub
- URL: https://github.com/eclipse-vertx/vertx-sql-client
- Owner: eclipse-vertx
- License: apache-2.0
- Created: 2017-04-30T21:50:57.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2025-01-07T18:36:02.000Z (14 days ago)
- Last Synced: 2025-01-07T19:10:32.540Z (14 days ago)
- Topics: async, mssql, mysql, netty, non-blocking, performance, pg, postgres, reactive, scalability, vertx
- Language: Java
- Homepage:
- Size: 11.6 MB
- Stars: 893
- Watchers: 44
- Forks: 201
- Open Issues: 140
-
Metadata Files:
- Readme: README.adoc
- Contributing: CONTRIBUTING.md
- License: LICENSE.txt
Awesome Lists containing this project
- vertx-awesome - Reactive SQL Client - favicon.svg" alt="(stack)" title="Vert.x Stack" height="16px"> - High performance reactive SQL client. (Database Clients)
README
= The Reactive SQL Client
image:https://github.com/eclipse-vertx/vertx-sql-client/actions/workflows/ci-5.x.yml/badge.svg["Build Status (5.x)",link="https://github.com/eclipse-vertx/vertx-sql-client/actions/workflows/ci-5.x.yml"]
image:https://github.com/eclipse-vertx/vertx-sql-client/actions/workflows/ci-4.x.yml/badge.svg["Build Status (4.x)",link="https://github.com/eclipse-vertx/vertx-sql-client/actions/workflows/ci-4.x.yml"]* Simple API focusing on scalability and low overhead.
* Reactive and non-blocking which able to handle many database connections with a single thread.
* Ranked *#1* in the https://www.techempower.com/benchmarks/#section=data-r15&hw=ph&test=db[TechEmpower Benchmark Round 15] _Single query_ benchmark.Supported databases
** link:vertx-pg-client/README.adoc[Reactive PostgreSQL Client]
** link:vertx-mysql-client[Reactive MySQL Client]
** link:vertx-mssql-client[Reactive MSSQL Client]
** link:vertx-db2-client[Reactive DB2 Client]
** link:vertx-oracle-client[Reactive Oracle Client]This project is the natural evolution of the original Reactive PostgreSQL Client and will be part of Vert.x 3.8 stack release.
The original project is located https://github.com/vietj/reactive-pg-client/[here] for Vert.x 3.x
it will only handle bug fixes.== Snapshots
Snapshots are deployed in Sonatype OSS repository: https://s01.oss.sonatype.org/content/repositories/snapshots/io/vertx/vertx-sql-client/
== License
Apache License - Version 2.0