From 5da5bd4f3b4a111ccd7937721e930894a5aa5b95 Mon Sep 17 00:00:00 2001 From: Yongshun Shreck Ye Date: Fri, 6 Dec 2024 18:38:06 +0800 Subject: [PATCH] Add the Exposed Vert.x SQL Client library --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 6900917..aa4cedd 100644 --- a/README.md +++ b/README.md @@ -97,6 +97,7 @@ next to it. This icon means the component is part of the official * [database](https://github.com/susom/database) - Client for Oracle, PostgreSQL, SQL Server, HyperSQL, etc. designed for security, correctness, and ease of use. * [jOOQ](https://github.com/jklingsporn/vertx-jooq) - Doing typesafe, asynchronous SQL and generate code using jOOQ. * [jOOQx](https://github.com/zero88/jooqx) - Leverages the power of typesafe SQL from `jOOQ DSL` and uses the reactive and non-blocking SQL driver from Vert.x. + * [Exposed Vert.x SQL Client](https://github.com/huanshankeji/exposed-vertx-sql-client) - Kotlin's [Exposed](https://github.com/JetBrains/Exposed) on top of [Vert.x Reactive SQL Client](https://github.com/eclipse-vertx/vertx-sql-client) * NoSQL Databases * [MongoDB](https://github.com/vert-x3/vertx-mongo-client) (stack) - An asynchronous client for interacting with a MongoDB database.