# File lib/amalgalite/database.rb, line 581 def immediate_transaction( &block ) transaction( TransactionBehavior::IMMEDIATE, &block ) end