Small Ruby gem by Krzysztof Hasiński that wraps Postgres' EXPLAIN-based row-count estimation, exposing `estimate_count` as a drop-in alternative to `count`. Unlike some existing gems that solve the same problem, it does not require migrations.