0.1.4 • Published 9 years ago

mogy-mysql v0.1.4

Weekly downloads
10
License
MIT
Repository
-
Last release
9 years ago

mogy-mysql

MySQL query activity for mogy.

Installation

In your mogy project, install the dependency using npm :

$ npm install mogy-mysql --save

To register the mysql activity to Amazon Simple Workflow :

$ mogy register

Config

In your mogy environment config file, under the activities key, add :

"mysql": {
    "host"     : "localhost",
    "user"     : "user",
    "password" : "****",
    "database" : "project",
    "port": 8888
}

Sample Decider Usage

activity({
    name: 'myQuery',
    activity: 'mysql',
    input: {
        query: 'show tables'
    }
})
0.1.4

9 years ago

0.1.3

9 years ago

0.1.2

9 years ago

0.1.1

9 years ago