You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Alternative design: update the DatabaseClient.execute... APIs to take statement creation functions/lambdas instead and wrap the whole process in a suspendTransaction#87
This would make both the APIs and implementations simpler if it doesn't impact performance.
transactionwouldn't work for this because thestatementarg needs to be suspend for Vert.x SQL Client calls.