seedbank icon indicating copy to clipboard operation
seedbank copied to clipboard

Add rake task to setup DB layer for non-rails deployments

Open wiggly opened this issue 8 years ago • 1 comments

Add a new rake task to set up db layers for non-rails setups and update README to provide at least one example of this.

wiggly avatar Feb 13 '17 13:02 wiggly

@wiggly Thanks for this. I get the idea, I'd been thinking about dropping in an orm_adapters folder and requiring those prior to loading seeds.rake. There are currently some active_record environment dependencies in seeds.rake, I'd like to pull them out and keep seeds.rake clean.

If you were to structure this PR in that way, I could do the same for Rails do you think?

james2m avatar Mar 09 '17 02:03 james2m