Configuring the Reactive Postgres Client
Using the CLI If you create your project using the Micronaut CLI, supply the
|
To configure the Reactive Postgres client, first add the vertx-pg-client
module to your build:
build.gradle
compile "io.micronaut.sql:micronaut-vertx-pg-client"
For more information see the Configuring Reactive Postgres section of the Micronaut SQL libraries project.