Skip to content

Commit

Permalink
Doc update
Browse files Browse the repository at this point in the history
  • Loading branch information
CSLukeW committed Jul 11, 2020
1 parent 0a4eaea commit 87aad07
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,15 +17,16 @@ The package comes with a script to automatically upload a csv file to the given
usage: csvsql [-h] user password host database table filename

positional arguments:
user user for database login
password password for login if necessary
host host IP for database
database database to run queries on
table table to insert into (will create new if doesn't exist)
filename filepath of CSV file to insert
user user for database login
password password for login if necessary
host host IP for database
database database to run queries on
table table to insert into (will create new if doesn't exist)
filename filepath of CSV file to insert

optional arguments:
-h, --help show this help message and exit
-h, --help show this help message and exit
--overwrite Overwrite already-present table in database
```

#### example
Expand Down

0 comments on commit 87aad07

Please sign in to comment.