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
I believe it would be interesting to have support for more "automatic" handling of transactions, just writing a transaction manager while creating my application, I would like to know if I can contribute a PR.
example:
// where *T is your possible returned valuetxManager:=neo4jdb.WithTransaction[T](driver)
_, err:=txManager(currentCtx, func(transactionCtx context.Context) (*T, error) {
// execute your custom service logic in transaction
})
The text was updated successfully, but these errors were encountered:
rullyalves
changed the title
Support for "automatic transaction management"
Support for "automatic transaction" management like spring boot
May 21, 2024
I believe it would be interesting to have support for more "automatic" handling of transactions, just writing a transaction manager while creating my application, I would like to know if I can contribute a PR.
example:
The text was updated successfully, but these errors were encountered: