All Projects → eclipse-vertx → Vertx Sql Client

eclipse-vertx / Vertx Sql Client

Licence: apache-2.0
High performance reactive SQL Client written in Java

Programming Languages

java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to Vertx Sql Client

Aws Sdk
Using vertx-client for AWS SDK v2
Stars: ✭ 38 (-94.49%)
Mutual labels:  reactive, non-blocking, vertx, scalability, performance, netty
Advanced Vertx Guide
A gentle guide for advanced Vert.x users
Stars: ✭ 118 (-82.9%)
Mutual labels:  async, reactive, vertx, netty
Vert.x
Vert.x is a tool-kit for building reactive applications on the JVM
Stars: ✭ 12,544 (+1717.97%)
Mutual labels:  reactive, non-blocking, vertx, netty
Hibernate Reactive
A reactive API for Hibernate ORM, supporting non-blocking database drivers and a reactive style of interaction with the database.
Stars: ✭ 167 (-75.8%)
Mutual labels:  reactive, mysql, vertx
Morpheus
Reactive type-safe Scala driver for SQL databases
Stars: ✭ 101 (-85.36%)
Mutual labels:  reactive, mysql, postgres
Vertx In Action
Examples for the Manning "Vert.x in Action" book
Stars: ✭ 134 (-80.58%)
Mutual labels:  reactive, vertx, scalability
Chillout
Reduce CPU usage by non-blocking async loop and psychologically speed up in JavaScript
Stars: ✭ 565 (-18.12%)
Mutual labels:  async, non-blocking, performance
Mycat2
MySQL Proxy using Java NIO based on Sharding SQL,Calcite ,simple and fast
Stars: ✭ 750 (+8.7%)
Mutual labels:  async, mysql, vertx
Vertx Auth
Stars: ✭ 122 (-82.32%)
Mutual labels:  async, reactive, vertx
vertx-tracing
Vertx integration with tracing libraries
Stars: ✭ 21 (-96.96%)
Mutual labels:  reactive, vertx, non-blocking
vertx-mongo-client
Mongo Client for Eclipse Vert.x
Stars: ✭ 54 (-92.17%)
Mutual labels:  reactive, vertx, non-blocking
Vertx Examples
Vert.x examples
Stars: ✭ 3,202 (+364.06%)
Mutual labels:  async, reactive, vertx
Vertx Guide For Java Devs
Vert.x 3 guide for Java developers
Stars: ✭ 500 (-27.54%)
Mutual labels:  async, reactive, vertx
Sqlx
🧰 The Rust SQL Toolkit. An async, pure Rust SQL crate featuring compile-time checked queries without a DSL. Supports PostgreSQL, MySQL, SQLite, and MSSQL.
Stars: ✭ 5,039 (+630.29%)
Mutual labels:  async, mysql, postgres
Vertx Lang Kotlin
Vert.x for Kotlin
Stars: ✭ 215 (-68.84%)
Mutual labels:  async, non-blocking, vertx
Vertx Zero
Zero Framework:http://www.vertxup.cn
Stars: ✭ 320 (-53.62%)
Mutual labels:  async, vertx, netty
R2dbc Mysql
R2DBC MySQL Implementation
Stars: ✭ 417 (-39.57%)
Mutual labels:  reactive, non-blocking, mysql
Combinex
Open source implementation for Apple's Combine
Stars: ✭ 496 (-28.12%)
Mutual labels:  async, reactive
Laravel Binary Uuid
Optimised binary UUIDs in Laravel
Stars: ✭ 523 (-24.2%)
Mutual labels:  mysql, performance
Reactivemanifesto
The Reactive Manifesto
Stars: ✭ 542 (-21.45%)
Mutual labels:  reactive, scalability

= The Reactive SQL Client

image:https://github.com/eclipse-vertx/vertx-sql-client/workflows/CI/badge.svg?branch=master["Build Status", link="https://github.com/eclipse-vertx/vertx-sql-client/actions?query=workflow%3ACI"]

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]

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].