Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我一直在使用Rhom存储用户的数据,但是在插入数据时,如果您由于某些解析原因应用程序出现错误,部分数据将被插入到数据库中。
Rhom
我们对 Rhom 数据库查询有任何数据库事务概念吗?
幸运的是,是的罗德确实有如下,
db = ::Rho::RHO.get_src_db("Model") db.start_transaction begin # your logic db.commit rescue db.rollback end