Factor Girl with CouchDb persistence
After building my first API in Phoenixframework which serves CouchDb data to an iOS app. I found my self missing FactoryGirl. I found factory_girl_elixir, which I tried to use for persisting my couch data for testing, but didn’t like the API. So I decided to try my own implementation, for practical and didactic purposes.
Now it does simple factories that persist. But plan to add more features soon.