Package io.vertx.mutiny.ext.sql


package io.vertx.mutiny.ext.sql
  • Class
    Description
    A common asynchronous client interface for interacting with SQL compliant database
    Represents a connection to a SQL database
    Represents a SQL query interface to a database
    A ReadStream of Rows from the underlying RDBMS.