suspend fun SQLConnection.executeAwait(sql: String): Unit
Suspending version of method io.vertx.ext.sql.SQLConnection.execute
the SQL to execute. For example CREATE TABLE IF EXISTS table ...
NOTE: This function has been automatically generated from io.vertx.ext.sql.SQLConnection using Vert.x codegen.