You are viewing an old version of this page. View the current version.
Compare with Current View Page History
« Previous Version 53 Current »
使用GoFrame ORM组件进行事务操作非常简便、安全,可以通过两种操作方式来实现。
GoFrame ORM
Begin
*gdb.TX
Transaction
我们推荐事务操作均统一采用Transaction闭包方式实现。
接口文档: https://pkg.go.dev/github.com/gogf/gf/v2/database/gdb#TX