DatabaseCleaner / database_cleaner-ohm

Repository from Github https://github.comDatabaseCleaner/database_cleaner-ohmRepository from Github https://github.comDatabaseCleaner/database_cleaner-ohm

Database Cleaner Adapter for Ohm

Maintainers Wanted

This adapter is currently unmaintained. This means that bugs will not be fixed and features will not be added unless someone else does so. If you're interested in taking over maintenance, please open an issue and tell us about it!

Build Status Code Climate

Clean your Ohm databases with Database Cleaner.

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

Installation

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

Supported Strategies

Truncation Transaction Deletion
Yes No No

(Default strategy is denoted in bold)

Configuration options

:only and :except take a list of strings to be passed to keys).

ORM How to access Notes
Ohm DatabaseCleaner[:ohm] Connection specified as Redis URI

COPYRIGHT

See [LICENSE] for details.

About

License:MIT License


Languages

Language:Ruby 98.4%Language:Shell 1.6%