snapperben / gulp-mysql-command-file-processor

This a gulp npm module that allows DDL sql files to be run into a MySql server as part of a controlled release
8 stars 4 forks source link

Socket Support? #3

Closed raptor235 closed 8 years ago

raptor235 commented 9 years ago

Anyway to add connecting via socket?

snapperben commented 9 years ago

I use the npm mysql package (https://www.npmjs.com/package/mysql#establishing-connections) and that only really has the user, passwd, host and socket connection method.