Open joshcox opened 7 years ago
This will need to take a database connection as an input of some fashion.
There's probably an small open source opportunity here for creating a utility that helps people add test data to their databases with mongodb/mongoosejs.
It'd certainly be useful for any future applications either of us would create to a framework to easily add mock data.
Define an interface for a seed, document the interface, and implement functionality to pull in and process seeds.