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've searched around the code base. It seems the transaction support is removed from hanami model. Hanami::Model.container.gateways[:default].connection seems to be a Sequel::Mysql2::Database which I could call transaction on it. May I ask if there is a recommended way to do it in hanami model? Thanks!
The text was updated successfully, but these errors were encountered:
👋 I've searched around the code base. It seems the transaction support is removed from hanami model.
Hanami::Model.container.gateways[:default].connection
seems to be aSequel::Mysql2::Database
which I could calltransaction
on it. May I ask if there is a recommended way to do it in hanami model? Thanks!The text was updated successfully, but these errors were encountered: