ecto_fixtures icon indicating copy to clipboard operation
ecto_fixtures copied to clipboard

Use ecto_fixtures for seeding a database for dev/production?

Open tomwilsn opened this issue 7 years ago • 2 comments

I love using this for my tests... has anyone used this for seeding their database for development, or even production?

Has anybody else tried this? Any issues I should look out for? Or how I would even attempt to do it? I haven't even looked at the code yet to see how I would achieve this.

tomwilsn avatar Mar 06 '17 06:03 tomwilsn

You may want to check out the new API branch: https://github.com/DockYard/ecto_fixtures/pull/53

The README isn't up to date but you'll want to check out the test suite. This new API should allow for db seeding. Its on my list of things to try in the next week or two.

bcardarella avatar Mar 06 '17 07:03 bcardarella

Excellent I will take a look

tomwilsn avatar Mar 06 '17 07:03 tomwilsn