grunt-db

0.1.0 • Public • Published

Manage databases with grunt!

Installation

npm i -D grunt-db

Usage

 
// gruntfile
 
grunt.initConfig({
  db: {
    options: {
      user: 'username',
      password: 'password',
      dialect: 'mysql',
    },
 
    create: 'example',
    drop: 'example'
  },
})
 

Options

The options object can specify anything that manage-database understands: user, database (template for postgres), password, port, host and dialect.

Package Sidebar

Install

npm i grunt-db

Weekly Downloads

6

Version

0.1.0

License

MIT

Last publish

Collaborators

  • maxmalov