Set transaction isolation level in the ActiveRecord in a database agnostic way. Works with MySQL, PostgreSQL and SQLite as long as you are using new adapters mysql2, pg or sqlite3. Supports all ANSI SQL isolation levels: :serializable, :repeatable_read, :read_committed, :read_uncommitted.
gem install transaction_isolationNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Set transaction isolation level in ActiveRecord
No known issues recorded.
No dependency data recorded yet.