Packages
faker_fork
0.19.1Faker is a pure Elixir library for generating fake data.
rate_limiter_man
0.4.0A simple rate limiter implementation (currently supports leaky bucket only)
local_file_cacher
0.1.2Create a local file cache for files (e.g. API responses), and prune it to remove old files.
bulk_upsert
0.2.0Upsert multiple nested Ecto schema structs to the database with a single function call.
seed_man
0.1.4Save and load seed data to/from the database as compressed backup files. Useful for generating database fixtures (e.g. during development and testing).
factory_man
0.4.1Test data factories with automatic struct building, database insertion, and customizable hooks
faker2
0.19.1Faker is a pure Elixir library for generating fake data.
inevitably
0.1.0Inevitably provides an ergonomic "eventually" do...end macro for ExUnit tests.