e.g。
User.transaction do
@users.each do |user|
User.create(user)
end
end
答案 0 :(得分:0)
是的,请查看有关交易的数据库服务器文档的更多内容: MySQL的: http://dev.mysql.com/doc/refman/5.0/en/commit.html
的PostgreSQL http://www.postgresql.org/docs/9.1/static/transaction-iso.html