suspend fun SQLConnection.closeAwait(): Unit
Closes the connection. Important to always close the connection when you are done so it's returned to the pool.
handler - the handler called when this operation completes.
handler