Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/wurde/db-seed
Loads the seed data.
https://github.com/wurde/db-seed
Last synced: 5 days ago
JSON representation
Loads the seed data.
- Host: GitHub
- URL: https://github.com/wurde/db-seed
- Owner: wurde
- License: mit
- Created: 2017-12-02T02:48:27.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-07-31T19:23:16.000Z (over 6 years ago)
- Last Synced: 2024-10-06T21:47:41.845Z (about 1 month ago)
- Language: JavaScript
- Size: 7.81 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# 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.```json
./package.json
"scripts": {
"db:seed": "./node_modules/.bin/db_seed"
},
```Now run the commands:
```bash
$ 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](CHANGELOG.md).
## Maintainer
Andy Bettisworth https://andybettisworth.com
## License
This project is released under the [MIT License](LICENSE.txt).