0.1.0 • Published 6 years ago

insert-csv-to-mysql v0.1.0

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

csv2mysql

Check the affected rows after inserting csv to mysql and return the total number of affected rows This package is based on csv2mysql(https://www.npmjs.com/package/csv2mysql).

Installation

npm install insert-csv-to-mysql

Usage

var csv2mysql = require('insert-csv-to-mysql');
csv2mysql([options], [path]);

Tests

npm test

License

MIT