Skip to content

Commit 636b5d4

Browse files
committed
Rename: csv-to-sql-insert
1 parent d3d4810 commit 636b5d4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# csv-to-sql
1+
# csv-to-sql-insert
22
Provide table data as a CSV ([comma-separated values](https://en.wikipedia.org/wiki/Comma-separated_values)) file and output a SQL insert statement for a table with the same name as the file.
33

44
## Usage ⚙

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "csv-to-sql",
2+
"name": "csv-to-sql-insert",
33
"version": "0.1.0",
44
"repository": "https://github.com/gitdagray/csv-to-sql",
55
"description": "input a csv file, output a sql insert statement",

0 commit comments

Comments
 (0)