database_cleaner/adapters/database_cleaner-data_mapper
2020-01-31 00:38:47 -06:00
..
bin
lib
spec
tmp
.gitignore
.rspec
.travis.yml
database_cleaner-data_mapper.gemspec
Gemfile
Gemfile.lock
LICENSE.txt
Rakefile
README.md

Database Cleaner Adapter for DataMapper

Build Status Code Climate

Clean your DataMapper databases with Database Cleaner.

See https://github.com/DatabaseCleaner/database_cleaner for more information.

Installation

# Gemfile
group :test do
  gem 'database_cleaner-data_mapper'
end

Supported Strategies

Here is an overview of the supported strategies:

Truncation Transaction Deletion
Yes Yes No

(Default strategy is denoted in bold)

Configuration options

ORM How to access Notes
Data Mapper DatabaseCleaner[:data_mapper] Connection specified as :symbol keys, loaded via Datamapper repositories

See [LICENSE] for details.