db-drop

1.2.0 • Public • Published

db-drop

Drop 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.

./package.json
"scripts"{
  "db:drop": "./node_modules/.bin/db_drop"
},

Now run the commands:

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

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.

Readme

Keywords

Package Sidebar

Install

npm i db-drop

Weekly Downloads

4

Version

1.2.0

License

MIT

Last publish

Collaborators

  • wurde