Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/wurde/db-create
Creates the database.
https://github.com/wurde/db-create
Last synced: 5 days ago
JSON representation
Creates the database.
- Host: GitHub
- URL: https://github.com/wurde/db-create
- Owner: wurde
- License: mit
- Created: 2017-12-02T02:38:55.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-01-18T07:50:29.000Z (almost 7 years ago)
- Last Synced: 2024-11-07T13:26:16.910Z (9 days ago)
- Language: JavaScript
- Size: 11.7 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-create
Creates the database.
## 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:create": "./node_modules/.bin/db_create"
},
```Now run the commands:
```bash
$ npm install db-create --save-dev
$ npm run db:create
```## 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).