mjayjones13 / beans

0 stars 0 forks source link

Server: Seeds - Pluggable seed model "framework" #5

Open joshcox opened 7 years ago

joshcox commented 7 years ago

Define an interface for a seed, document the interface, and implement functionality to pull in and process seeds.

joshcox commented 7 years ago

This will need to take a database connection as an input of some fashion.

joshcox commented 7 years ago

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.