seeder
seeder copied to clipboard
Add .generate() method
Right now the seeder works well enough for seeding on startup, but it'd be nice if you could call it and get back data without hitting the DB. E.g., to generate seed data for tests.