Skip to content

huanshankeji/exposed-vertx-sql-client

Repository files navigation

Exposed Vert.x SQL Client

Maven Central

Exposed on top of Vert.x Reactive SQL Client

Note

This project currently serves our own use and there are temporarily no guides or docs. See DatabaseClient.kt and DatabaseClientSql.kt for the major APIs.

Only PostgreSQL with Reactive PostgreSQL Client is currently supported.

Maven coordinate

"com.huanshankeji:exposed-vertx-sql-client-postgresql:$version"

About the code

Also see https://github.com/huanshankeji/kotlin-common/tree/main/exposed for some dependency code which serves this library.