Instance Method
run()
Execute the query on the connection, ignoring any results.
func run() -> EventLoopFuture<Void>
Discussion
Although it is a protocol requirement for historical reasons, this is considered a legacy interface thanks to its reliance on EventLoopFuture. Users should call run() whenever possible.