Configuring the Reactive Postgres Client
Using the CLI If you are creating your project using the Micronaut CLI, supply the
|
To configure the Reactive Postgres client you should first add vertx-pg-client
module to your classpath:
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.