mirror of
https://github.com/danbulant/sql2csv
synced 2026-05-19 04:18:33 +00:00
Comment
This commit is contained in:
parent
6cad5dc9cd
commit
c1e07d6978
1 changed files with 1 additions and 1 deletions
2
index.js
2
index.js
|
|
@ -1,5 +1,5 @@
|
|||
const fs = require("fs");
|
||||
const sql2csv = require("./lib/sql2csv");
|
||||
const sql2csv = require("./lib/sql2csv");//include main sql2csv class
|
||||
const mysql = require("mysql");
|
||||
const configLoc = "config.yml";
|
||||
var config = {};
|
||||
|
|
|
|||
Loading…
Reference in a new issue