database_flusher - a tiny and fast database cleaner
https://github.com/ebeigarts/database_flusher
- No monkey patching - uses
ActiveSupport::Notifications
andMongo::Monitoring::Global
to catchINSERT
statements - Fast
:deletion
strategy that cleans only tables/collections whereINSERT
statements were performed - Faster
disable_referential_integrity
for PostgreSQL - Executes multiple
DELETE
statements as one query with ActiveRecord - Supports only one database for each ORM
Post a comment