Catch unsafe PostgreSQL migrations in development and run them easier in production (code helpers for table/column renaming, changing column type, adding columns with default, background migrations, etc).
created at Jan. 8, 2022, 2:08 a.m.
Make your long-running sidekiq jobs interruptible and resumable.
created at Nov. 1, 2022, 10:22 p.m.
Quickly get a count estimation for large tables (>99% of accuracy for PostgreSQL).
created at April 22, 2023, 8:07 p.m.
A faster alternative to the custom use of `in_batches` with `pluck`
created at May 12, 2023, 8:14 p.m.