go-admin
go-admin copied to clipboard
Fix: Add ability to use transaction in admin models: user, menu, perm…
Previously, it was impossible to create user, roles, permissions, add roles to user in one transaction, because Table didn't call WithTx().
Thanks for the pr. but WithTx() doesn`t mean with translation. It means with the transaction of the database. It has been some time, so I will close the pr. If you have more suggestions, welcome to a new issue or pr.
@chenhg5 Hello, where did you see something about translation. I wrote about transactions. When we make several Inserts, Update, Delete -> we want to use ACID (Atomicity, Consistency, etc).