2.3.1 • Published 7 years ago

grunt-knex-schema v2.3.1

Weekly downloads
1
License
MIT
Repository
github
Last release
7 years ago

grunt-knex-schema

Build Status Dependency Status devDependency Status Coverage Status

Grunt knex-schema tasks.

Install

npm install grunt-knex-schema

Usage

grunt knexschema:sync
grunt knexschema:populate
grunt knexschema:reset
grunt knexschema:drop

Gruntfile

Gruntfile options:

module.exports = function(grunt) {
  grunt.initConfig({
    knexschema: {
      database: {
        client: 'sqlite',
        connection: {
          filename: ':memory:'
        }
      },
      paths: ['path-to-schemas/*.js']
    }
  });

  grunt.loadNpmTasks('grunt-knex-schema');
};

License

MIT

2.3.1

7 years ago

2.3.0

7 years ago

2.2.0

8 years ago

2.1.1

8 years ago

2.1.0

10 years ago

2.0.2

10 years ago

2.0.1

10 years ago