Package io.vertx.mutiny.ext.sql
-
Interface Summary Interface Description SQLOperations Represents a SQL query interface to a database -
Class Summary Class Description SQLClient A common asynchronous client interface for interacting with SQL compliant databaseSQLConnection Represents a connection to a SQL databaseSQLRowStream A ReadStream of Rows from the underlying RDBMS.