/pg-transaction-isolation-levels

Test Postgresql transaction isolation with RSpec and Ruby

Primary LanguageRuby

Postgresql transaction isolation level test with RSpec and Ruby

How to use this examples:

To prepare:

bundle install

To start pg:

docker-compose up -d

To run examples:

bundle exec rspec

Also, you can run each example separately:

bundle exec rspec spec/read_committed/dirty_read_spec.rb

List of examples