Skip to content

Instance Method

commitTransaction()

Commit the queries executed for the transaction and write them to the database This is equivalent to an SQL COMMIT
func commitTransaction() -> EventLoopFuture<Void>

Return Value

Future Void when the transaction has been committed