Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

insert-csv-to-mysql

hwangc16MIT0.1.0

This package is based on the package csv2mysql by pkuebler

csv, mysql

readme

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