Skip to content

wurde/db-seed

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

db-seed

Loads the seed data.

Getting started

Add the following to your package.json file to download the binary and setup an npm script to run the task.

./package.json
"scripts": {
  "db:seed": "./node_modules/.bin/db_seed"
},

Now run the commands:

$ npm install db-seed --save-dev
$ npm run db:seed

Limitations

Currently only PostgreSQL is supported. To add support, open a pull request.

Changelog

Get the project's history in CHANGELOG.md.

Maintainer

Andy Bettisworth andy@accreu.com https://andybettisworth.com

License

This project is released under the MIT License.

About

Loads the seed data.

Resources

License

Stars

Watchers

Forks

Packages

No packages published