From 72eafc0721507c4dffcb157e32a00f0bc749ddc0 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 56b129e..34e03d3 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.