Instance Method
run()
Execute the query associated with the builder on the builder’s database, ignoring any results.
func run() -> EventLoopFuture<Void>
Discussion
See SQLQueryFetcher for methods which retrieve results from a query.
Instance Method
func run() -> EventLoopFuture<Void>
See SQLQueryFetcher for methods which retrieve results from a query.