Skip to content

twilson63/palmettoflow-mysql-svc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Palmetto Flow MySql Service

A palmetto flow mysql service that receives sql queries and returns results

Build Status

Usage

Configuration

See https://github.com/felixge/node-mysql#establishing-connections

Service Container

var svc = require('palmettoflow-mysql-svc')
svc(config, ee)

Client Usage

var ne = newEvent('mysql', 'query', {
  sql: 'show tables'
})
ee.once(ne.from, function (event) {
  console.log(event)
  t.ok(true)
  t.end()
})
ee.emit('send', ne)

About

A palmetto flow service for mysql

Resources

Stars

Watchers

Forks

Packages

No packages published