csv-mysql

JSON →
library 1.0.3 ·javascript
verified Jun 5, 2026

CSV to MySQL import tool for Node.js that uses multi-valued INSERT statements for performance. Version 1.0.3 is the current stable release; no recent updates indicate active development. It validates columns and skips extraneous columns, but does not create the target table. Depends on node-csv for parsing and node-mysql for database operations. Key differentiator: simple API for fast CSV imports with options like maxrows batch size and fixed additional data.