0.1.2 • Published 10 years ago

jethro-mysql v0.1.2

Weekly downloads
1
License
LGPL 3.0
Repository
github
Last release
10 years ago

Jethro MySQL Connector

Lightweight MySQL connection handler Feel free to visit the HenchSpace website here.

Installation

npm install jethro-mysql ####API

//Require wrapper
mysql = require('mysql-connect')
//Route to native event handler
mysql.emitter.onAny(mysql.logger)
//Start connection
mysql.connect({
  host     : '127.0.0.1',
    user     : 'your_database_user',
    password : 'your_database_password',
    database : 'myapp_test'
})
//mysql.disconnect()
//mysql.sendCall('SELECT * FROM `users`')

Projects using this module:

Henchbot

Credits

Birthed by Henchman, with help from Matthew.

License

Licensed under the LGPL v3 License Copyright (C) 2014 Samuel Mills (known as Henchman, under the github team: HenchSpace) You can find full license here.

0.1.2

10 years ago

0.1.0

10 years ago

0.0.13

10 years ago

0.0.12

10 years ago

0.0.11

10 years ago

0.0.10

10 years ago

0.0.9

11 years ago

0.0.8

11 years ago